Uses of Class
net.osslabz.lnd.dto.LnrpcInvoice
Packages that use LnrpcInvoice
-
Uses of LnrpcInvoice in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcInvoiceModifier and TypeMethodDescriptionLightningApi.lookupInvoice(String rHashStr, byte[] rHash) lncli: `lookupinvoice` LookupInvoice attempts to look up an invoice according to its payment hash.InvoicesApi.lookupInvoiceV2(byte[] paymentHash, byte[] paymentAddr, byte[] setId, String lookupModifier) LookupInvoiceV2 attempts to look up at invoice.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcInvoiceModifier and TypeMethodDescriptionInvoicesApi.lookupInvoiceV2WithHttpInfo(byte[] paymentHash, byte[] paymentAddr, byte[] setId, String lookupModifier) LookupInvoiceV2 attempts to look up at invoice.LightningApi.lookupInvoiceWithHttpInfo(String rHashStr, byte[] rHash) lncli: `lookupinvoice` LookupInvoice attempts to look up an invoice according to its payment hash.Methods in net.osslabz.lnd.api with parameters of type LnrpcInvoiceModifier and TypeMethodDescriptionLightningApi.addInvoice(LnrpcInvoice body) lncli: `addinvoice` AddInvoice attempts to add a new invoice to the invoice database.okhttp3.CallLightningApi.addInvoiceAsync(LnrpcInvoice body, ApiCallback<LnrpcAddInvoiceResponse> _callback) lncli: `addinvoice` AddInvoice attempts to add a new invoice to the invoice database.okhttp3.CallLightningApi.addInvoiceCall(LnrpcInvoice body, ApiCallback _callback) Build call for addInvoiceLightningApi.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 LnrpcInvoiceModifier and TypeMethodDescriptionokhttp3.CallLightningApi.lookupInvoiceAsync(String rHashStr, byte[] rHash, ApiCallback<LnrpcInvoice> _callback) lncli: `lookupinvoice` LookupInvoice attempts to look up an invoice according to its payment hash.okhttp3.CallInvoicesApi.lookupInvoiceV2Async(byte[] paymentHash, byte[] paymentAddr, byte[] setId, String lookupModifier, ApiCallback<LnrpcInvoice> _callback) LookupInvoiceV2 attempts to look up at invoice. -
Uses of LnrpcInvoice in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcInvoiceModifier and TypeMethodDescriptionLnrpcInvoice.addHtlcsItem(LnrpcInvoiceHTLC htlcsItem) LnrpcInvoice.addRouteHintsItem(LnrpcRouteHint routeHintsItem) LnrpcInvoice.ampInvoiceState(Map<String, LnrpcAMPInvoiceState> ampInvoiceState) LnrpcInvoice.amtPaidMsat(String amtPaidMsat) LnrpcInvoice.amtPaidSat(String amtPaidSat) LnrpcInvoice.cltvExpiry(String cltvExpiry) LnrpcInvoice.creationDate(String creationDate) LnrpcInvoice.descriptionHash(byte[] descriptionHash) LnrpcInvoice.fallbackAddr(String fallbackAddr) LnrpcInvoice.features(Map<String, LnrpcFeature> features) StreamResultOfLnrpcInvoice.getResult()Get resultLnrpcInvoice.htlcs(List<LnrpcInvoiceHTLC> htlcs) LnrpcInvoice.paymentAddr(byte[] paymentAddr) LnrpcInvoice.paymentRequest(String paymentRequest) LnrpcInvoice.putAmpInvoiceStateItem(String key, LnrpcAMPInvoiceState ampInvoiceStateItem) LnrpcInvoice.putFeaturesItem(String key, LnrpcFeature featuresItem) LnrpcInvoice.rHash(byte[] rHash) LnrpcInvoice.routeHints(List<LnrpcRouteHint> routeHints) LnrpcInvoice.rPreimage(byte[] rPreimage) LnrpcInvoice.settleDate(String settleDate) LnrpcInvoice.settleIndex(String settleIndex) LnrpcInvoice.state(InvoiceInvoiceState state) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcInvoiceModifier and TypeMethodDescriptionLnrpcListInvoiceResponse.getInvoices()A list of invoices from the time slice of the time series specified in the request.Methods in net.osslabz.lnd.dto with parameters of type LnrpcInvoiceModifier and TypeMethodDescriptionLnrpcListInvoiceResponse.addInvoicesItem(LnrpcInvoice invoicesItem) StreamResultOfLnrpcInvoice.result(LnrpcInvoice result) voidStreamResultOfLnrpcInvoice.setResult(LnrpcInvoice result) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcInvoiceModifier and TypeMethodDescriptionLnrpcListInvoiceResponse.invoices(List<LnrpcInvoice> invoices) voidLnrpcListInvoiceResponse.setInvoices(List<LnrpcInvoice> invoices)