Uses of Class
net.osslabz.lnd.dto.LnrpcCheckMacPermRequest
Packages that use LnrpcCheckMacPermRequest
-
Uses of LnrpcCheckMacPermRequest in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api with parameters of type LnrpcCheckMacPermRequestModifier and TypeMethodDescriptionLightningApi.checkMacaroonPermissions(LnrpcCheckMacPermRequest body) CheckMacaroonPermissions checks whether a request follows the constraints imposed on the macaroon and that the macaroon is authorized to follow the provided permissions.okhttp3.CallLightningApi.checkMacaroonPermissionsAsync(LnrpcCheckMacPermRequest body, ApiCallback<LnrpcCheckMacPermResponse> _callback) CheckMacaroonPermissions checks whether a request follows the constraints imposed on the macaroon and that the macaroon is authorized to follow the provided permissions.okhttp3.CallLightningApi.checkMacaroonPermissionsCall(LnrpcCheckMacPermRequest body, ApiCallback _callback) Build call for checkMacaroonPermissionsLightningApi.checkMacaroonPermissionsWithHttpInfo(LnrpcCheckMacPermRequest body) CheckMacaroonPermissions checks whether a request follows the constraints imposed on the macaroon and that the macaroon is authorized to follow the provided permissions. -
Uses of LnrpcCheckMacPermRequest in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcCheckMacPermRequestModifier and TypeMethodDescriptionLnrpcCheckMacPermRequest.addPermissionsItem(LnrpcMacaroonPermission permissionsItem) LnrpcCheckMacPermRequest.fullMethod(String fullMethod) LnrpcCheckMacPermRequest.macaroon(byte[] macaroon) LnrpcCheckMacPermRequest.permissions(List<LnrpcMacaroonPermission> permissions)