Uses of Class
net.osslabz.lnd.dto.LnrpcSendResponse
Packages that use LnrpcSendResponse
-
Uses of LnrpcSendResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcSendResponseModifier and TypeMethodDescriptionLightningApi.sendPaymentSync(LnrpcSendRequest body) SendPaymentSync is the synchronous non-streaming version of SendPayment.LightningApi.sendToRouteSync(LnrpcSendToRouteRequest body) SendToRouteSync is a synchronous version of SendToRoute.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcSendResponseModifier and TypeMethodDescriptionLightningApi.sendPaymentSyncWithHttpInfo(LnrpcSendRequest body) SendPaymentSync is the synchronous non-streaming version of SendPayment.LightningApi.sendToRouteSyncWithHttpInfo(LnrpcSendToRouteRequest body) SendToRouteSync is a synchronous version of SendToRoute.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcSendResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.sendPaymentSyncAsync(LnrpcSendRequest body, ApiCallback<LnrpcSendResponse> _callback) SendPaymentSync is the synchronous non-streaming version of SendPayment.okhttp3.CallLightningApi.sendToRouteSyncAsync(LnrpcSendToRouteRequest body, ApiCallback<LnrpcSendResponse> _callback) SendToRouteSync is a synchronous version of SendToRoute. -
Uses of LnrpcSendResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcSendResponseModifier and TypeMethodDescriptionStreamResultOfLnrpcSendResponse.getResult()Get resultLnrpcSendResponse.paymentError(String paymentError) LnrpcSendResponse.paymentHash(byte[] paymentHash) LnrpcSendResponse.paymentPreimage(byte[] paymentPreimage) LnrpcSendResponse.paymentRoute(LnrpcRoute paymentRoute) Methods in net.osslabz.lnd.dto with parameters of type LnrpcSendResponseModifier and TypeMethodDescriptionStreamResultOfLnrpcSendResponse.result(LnrpcSendResponse result) voidStreamResultOfLnrpcSendResponse.setResult(LnrpcSendResponse result)