Uses of Class
net.osslabz.lnd.dto.StreamResultOfLnrpcSendResponse
Packages that use StreamResultOfLnrpcSendResponse
-
Uses of StreamResultOfLnrpcSendResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return StreamResultOfLnrpcSendResponseModifier and TypeMethodDescriptionLightningApi.sendPayment(LnrpcSendRequest body) lncli: `sendpayment` Deprecated, use routerrpc.SendPaymentV2.Methods in net.osslabz.lnd.api that return types with arguments of type StreamResultOfLnrpcSendResponseModifier and TypeMethodDescriptionLightningApi.sendPaymentWithHttpInfo(LnrpcSendRequest body) lncli: `sendpayment` Deprecated, use routerrpc.SendPaymentV2.Method parameters in net.osslabz.lnd.api with type arguments of type StreamResultOfLnrpcSendResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.sendPaymentAsync(LnrpcSendRequest body, ApiCallback<StreamResultOfLnrpcSendResponse> _callback) lncli: `sendpayment` Deprecated, use routerrpc.SendPaymentV2. -
Uses of StreamResultOfLnrpcSendResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return StreamResultOfLnrpcSendResponseModifier and TypeMethodDescriptionStreamResultOfLnrpcSendResponse.result(LnrpcSendResponse result)