Uses of Class
net.osslabz.lnd.dto.LnrpcSignMessageResponse
Packages that use LnrpcSignMessageResponse
-
Uses of LnrpcSignMessageResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcSignMessageResponseModifier and TypeMethodDescriptionLightningApi.signMessage(LnrpcSignMessageRequest body) lncli: `signmessage` SignMessage signs a message with this node's private key.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcSignMessageResponseModifier and TypeMethodDescriptionLightningApi.signMessageWithHttpInfo(LnrpcSignMessageRequest body) lncli: `signmessage` SignMessage signs a message with this node's private key.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcSignMessageResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.signMessageAsync(LnrpcSignMessageRequest body, ApiCallback<LnrpcSignMessageResponse> _callback) lncli: `signmessage` SignMessage signs a message with this node's private key. -
Uses of LnrpcSignMessageResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcSignMessageResponseModifier and TypeMethodDescription