Uses of Class
net.osslabz.lnd.dto.LnrpcSendRequest
Packages that use LnrpcSendRequest
-
Uses of LnrpcSendRequest in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api with parameters of type LnrpcSendRequestModifier and TypeMethodDescriptionLightningApi.sendPayment(LnrpcSendRequest body) lncli: `sendpayment` Deprecated, use routerrpc.SendPaymentV2.okhttp3.CallLightningApi.sendPaymentAsync(LnrpcSendRequest body, ApiCallback<StreamResultOfLnrpcSendResponse> _callback) lncli: `sendpayment` Deprecated, use routerrpc.SendPaymentV2.okhttp3.CallLightningApi.sendPaymentCall(LnrpcSendRequest body, ApiCallback _callback) Build call for sendPaymentLightningApi.sendPaymentSync(LnrpcSendRequest body) SendPaymentSync is the synchronous non-streaming version of SendPayment.okhttp3.CallLightningApi.sendPaymentSyncAsync(LnrpcSendRequest body, ApiCallback<LnrpcSendResponse> _callback) SendPaymentSync is the synchronous non-streaming version of SendPayment.okhttp3.CallLightningApi.sendPaymentSyncCall(LnrpcSendRequest body, ApiCallback _callback) Build call for sendPaymentSyncLightningApi.sendPaymentSyncWithHttpInfo(LnrpcSendRequest body) SendPaymentSync is the synchronous non-streaming version of SendPayment.LightningApi.sendPaymentWithHttpInfo(LnrpcSendRequest body) lncli: `sendpayment` Deprecated, use routerrpc.SendPaymentV2. -
Uses of LnrpcSendRequest in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcSendRequestModifier and TypeMethodDescriptionLnrpcSendRequest.addDestFeaturesItem(LnrpcFeatureBit destFeaturesItem) LnrpcSendRequest.allowSelfPayment(Boolean allowSelfPayment) LnrpcSendRequest.dest(byte[] dest) LnrpcSendRequest.destCustomRecords(Map<String, byte[]> destCustomRecords) LnrpcSendRequest.destFeatures(List<LnrpcFeatureBit> destFeatures) LnrpcSendRequest.destString(String destString) LnrpcSendRequest.feeLimit(LnrpcFeeLimit feeLimit) LnrpcSendRequest.finalCltvDelta(Integer finalCltvDelta) LnrpcSendRequest.lastHopPubkey(byte[] lastHopPubkey) LnrpcSendRequest.outgoingChanId(String outgoingChanId) LnrpcSendRequest.paymentAddr(byte[] paymentAddr) LnrpcSendRequest.paymentHash(byte[] paymentHash) LnrpcSendRequest.paymentHashString(String paymentHashString) LnrpcSendRequest.paymentRequest(String paymentRequest) LnrpcSendRequest.putDestCustomRecordsItem(String key, byte[] destCustomRecordsItem)