Uses of Class
net.osslabz.lnd.dto.LnrpcAddInvoiceResponse
Packages that use LnrpcAddInvoiceResponse
-
Uses of LnrpcAddInvoiceResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcAddInvoiceResponseModifier and TypeMethodDescriptionLightningApi.addInvoice(LnrpcInvoice body) lncli: `addinvoice` AddInvoice attempts to add a new invoice to the invoice database.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcAddInvoiceResponseModifier and TypeMethodDescriptionLightningApi.addInvoiceWithHttpInfo(LnrpcInvoice body) lncli: `addinvoice` AddInvoice attempts to add a new invoice to the invoice database.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcAddInvoiceResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.addInvoiceAsync(LnrpcInvoice body, ApiCallback<LnrpcAddInvoiceResponse> _callback) lncli: `addinvoice` AddInvoice attempts to add a new invoice to the invoice database. -
Uses of LnrpcAddInvoiceResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcAddInvoiceResponseModifier and TypeMethodDescriptionLnrpcAddInvoiceResponse.paymentAddr(byte[] paymentAddr) LnrpcAddInvoiceResponse.paymentRequest(String paymentRequest) LnrpcAddInvoiceResponse.rHash(byte[] rHash)