Package org.ldk.structs
Class HTLCDestination.FailedPayment
- java.lang.Object
-
- org.ldk.structs.HTLCDestination
-
- org.ldk.structs.HTLCDestination.FailedPayment
-
- Enclosing class:
- HTLCDestination
public static final class HTLCDestination.FailedPayment extends HTLCDestination
Failure scenario where an HTLC may have been forwarded to be intended for us, but is invalid for some reason, so we reject it. Some of the reasons may include: HTLC Timeouts Expected MPP amount to claim does not equal HTLC total Claimable amount does not match expected amount
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.HTLCDestination
HTLCDestination.FailedPayment, HTLCDestination.NextHopChannel, HTLCDestination.UnknownNextHop
-
-
Field Summary
Fields Modifier and Type Field Description byte[]payment_hashThe payment hash of the payment we attempted to process.
-
Method Summary
-
Methods inherited from class org.ldk.structs.HTLCDestination
clone, failed_payment, finalize, next_hop_channel, unknown_next_hop, write
-
-