Uses of Class
net.osslabz.lnd.dto.LnrpcBakeMacaroonRequest
Packages that use LnrpcBakeMacaroonRequest
-
Uses of LnrpcBakeMacaroonRequest in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api with parameters of type LnrpcBakeMacaroonRequestModifier and TypeMethodDescriptionLightningApi.bakeMacaroon(LnrpcBakeMacaroonRequest body) lncli: `bakemacaroon` BakeMacaroon allows the creation of a new macaroon with custom read and write permissions.okhttp3.CallLightningApi.bakeMacaroonAsync(LnrpcBakeMacaroonRequest body, ApiCallback<LnrpcBakeMacaroonResponse> _callback) lncli: `bakemacaroon` BakeMacaroon allows the creation of a new macaroon with custom read and write permissions.okhttp3.CallLightningApi.bakeMacaroonCall(LnrpcBakeMacaroonRequest body, ApiCallback _callback) Build call for bakeMacaroonLightningApi.bakeMacaroonWithHttpInfo(LnrpcBakeMacaroonRequest body) lncli: `bakemacaroon` BakeMacaroon allows the creation of a new macaroon with custom read and write permissions. -
Uses of LnrpcBakeMacaroonRequest in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcBakeMacaroonRequestModifier and TypeMethodDescriptionLnrpcBakeMacaroonRequest.addPermissionsItem(LnrpcMacaroonPermission permissionsItem) LnrpcBakeMacaroonRequest.allowExternalPermissions(Boolean allowExternalPermissions) LnrpcBakeMacaroonRequest.permissions(List<LnrpcMacaroonPermission> permissions)