Package org.ldk.structs
Class RecentPaymentDetails.AwaitingInvoice
- java.lang.Object
-
- org.ldk.structs.RecentPaymentDetails
-
- org.ldk.structs.RecentPaymentDetails.AwaitingInvoice
-
- Enclosing class:
- RecentPaymentDetails
public static final class RecentPaymentDetails.AwaitingInvoice extends RecentPaymentDetails
When an invoice was requested and thus a payment has not yet been sent.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.RecentPaymentDetails
RecentPaymentDetails.Abandoned, RecentPaymentDetails.AwaitingInvoice, RecentPaymentDetails.Fulfilled, RecentPaymentDetails.Pending
-
-
Field Summary
Fields Modifier and Type Field Description byte[]payment_idA user-provided identifier in [`ChannelManager::send_payment`] used to uniquely identify a payment and ensure idempotency in LDK.
-