Uses of Class
net.osslabz.lnd.dto.LnrpcListInvoiceResponse
Packages that use LnrpcListInvoiceResponse
-
Uses of LnrpcListInvoiceResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcListInvoiceResponseModifier and TypeMethodDescriptionLightningApi.listInvoices(Boolean pendingOnly, String indexOffset, String numMaxInvoices, Boolean reversed, String creationDateStart, String creationDateEnd) lncli: `listinvoices` ListInvoices returns a list of all the invoices currently stored within the database.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcListInvoiceResponseModifier and TypeMethodDescriptionLightningApi.listInvoicesWithHttpInfo(Boolean pendingOnly, String indexOffset, String numMaxInvoices, Boolean reversed, String creationDateStart, String creationDateEnd) lncli: `listinvoices` ListInvoices returns a list of all the invoices currently stored within the database.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcListInvoiceResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.listInvoicesAsync(Boolean pendingOnly, String indexOffset, String numMaxInvoices, Boolean reversed, String creationDateStart, String creationDateEnd, ApiCallback<LnrpcListInvoiceResponse> _callback) lncli: `listinvoices` ListInvoices returns a list of all the invoices currently stored within the database. -
Uses of LnrpcListInvoiceResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcListInvoiceResponseModifier and TypeMethodDescriptionLnrpcListInvoiceResponse.addInvoicesItem(LnrpcInvoice invoicesItem) LnrpcListInvoiceResponse.firstIndexOffset(String firstIndexOffset) LnrpcListInvoiceResponse.invoices(List<LnrpcInvoice> invoices) LnrpcListInvoiceResponse.lastIndexOffset(String lastIndexOffset)