Package org.ldk.structs
Class RecentPaymentDetails.Pending
- java.lang.Object
-
- org.ldk.structs.RecentPaymentDetails
-
- org.ldk.structs.RecentPaymentDetails.Pending
-
- Enclosing class:
- RecentPaymentDetails
public static final class RecentPaymentDetails.Pending extends RecentPaymentDetails
When a payment is still being sent and awaiting successful delivery.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.RecentPaymentDetails
RecentPaymentDetails.Abandoned, RecentPaymentDetails.Fulfilled, RecentPaymentDetails.Pending
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
payment_hash
Hash of the payment that is currently being sent but has yet to be fulfilled or abandoned.long
total_msat
Total amount (in msat, excluding fees) across all paths for this payment, not just the amount currently inflight.
-
-
-
Field Detail
-
payment_hash
public final byte[] payment_hash
Hash of the payment that is currently being sent but has yet to be fulfilled or abandoned.
-
total_msat
public final long total_msat
Total amount (in msat, excluding fees) across all paths for this payment, not just the amount currently inflight.
-
-