Uses of Class
net.osslabz.lnd.dto.LnrpcListPaymentsResponse
Packages that use LnrpcListPaymentsResponse
-
Uses of LnrpcListPaymentsResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcListPaymentsResponseModifier and TypeMethodDescriptionLightningApi.listPayments(Boolean includeIncomplete, String indexOffset, String maxPayments, Boolean reversed, Boolean countTotalPayments, String creationDateStart, String creationDateEnd) lncli: `listpayments` ListPayments returns a list of all outgoing payments.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcListPaymentsResponseModifier and TypeMethodDescriptionLightningApi.listPaymentsWithHttpInfo(Boolean includeIncomplete, String indexOffset, String maxPayments, Boolean reversed, Boolean countTotalPayments, String creationDateStart, String creationDateEnd) lncli: `listpayments` ListPayments returns a list of all outgoing payments.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcListPaymentsResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.listPaymentsAsync(Boolean includeIncomplete, String indexOffset, String maxPayments, Boolean reversed, Boolean countTotalPayments, String creationDateStart, String creationDateEnd, ApiCallback<LnrpcListPaymentsResponse> _callback) lncli: `listpayments` ListPayments returns a list of all outgoing payments. -
Uses of LnrpcListPaymentsResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcListPaymentsResponseModifier and TypeMethodDescriptionLnrpcListPaymentsResponse.addPaymentsItem(LnrpcPayment paymentsItem) LnrpcListPaymentsResponse.firstIndexOffset(String firstIndexOffset) LnrpcListPaymentsResponse.lastIndexOffset(String lastIndexOffset) LnrpcListPaymentsResponse.payments(List<LnrpcPayment> payments) LnrpcListPaymentsResponse.totalNumPayments(String totalNumPayments)