Uses of Class
net.osslabz.lnd.dto.LnrpcPayment
Packages that use LnrpcPayment
-
Uses of LnrpcPayment in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcPaymentModifier and TypeMethodDescriptionLnrpcPayment.addHtlcsItem(LnrpcHTLCAttempt htlcsItem) LnrpcPayment.creationDate(String creationDate) LnrpcPayment.creationTimeNs(String creationTimeNs) LnrpcPayment.failureReason(LnrpcPaymentFailureReason failureReason) LnrpcPayment.htlcs(List<LnrpcHTLCAttempt> htlcs) LnrpcPayment.paymentHash(String paymentHash) LnrpcPayment.paymentIndex(String paymentIndex) LnrpcPayment.paymentPreimage(String paymentPreimage) LnrpcPayment.paymentRequest(String paymentRequest) LnrpcPayment.status(PaymentPaymentStatus status) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcPaymentMethods in net.osslabz.lnd.dto with parameters of type LnrpcPaymentModifier and TypeMethodDescriptionLnrpcListPaymentsResponse.addPaymentsItem(LnrpcPayment paymentsItem) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcPaymentModifier and TypeMethodDescriptionLnrpcListPaymentsResponse.payments(List<LnrpcPayment> payments) voidLnrpcListPaymentsResponse.setPayments(List<LnrpcPayment> payments)