Uses of Class
net.osslabz.lnd.dto.LnrpcSendCustomMessageRequest
Packages that use LnrpcSendCustomMessageRequest
-
Uses of LnrpcSendCustomMessageRequest in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api with parameters of type LnrpcSendCustomMessageRequestModifier and TypeMethodDescriptionLightningApi.sendCustomMessage(LnrpcSendCustomMessageRequest body) lncli: `sendcustom` SendCustomMessage sends a custom peer message.okhttp3.CallLightningApi.sendCustomMessageAsync(LnrpcSendCustomMessageRequest body, ApiCallback<Object> _callback) lncli: `sendcustom` SendCustomMessage sends a custom peer message.okhttp3.CallLightningApi.sendCustomMessageCall(LnrpcSendCustomMessageRequest body, ApiCallback _callback) Build call for sendCustomMessageLightningApi.sendCustomMessageWithHttpInfo(LnrpcSendCustomMessageRequest body) lncli: `sendcustom` SendCustomMessage sends a custom peer message. -
Uses of LnrpcSendCustomMessageRequest in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcSendCustomMessageRequest