Package org.ldk.structs
Class HTLCDestination.InvalidForward
- java.lang.Object
-
- org.ldk.structs.HTLCDestination
-
- org.ldk.structs.HTLCDestination.InvalidForward
-
- Enclosing class:
- HTLCDestination
public static final class HTLCDestination.InvalidForward extends HTLCDestination
We couldn't forward to the outgoing scid. An example would be attempting to send a duplicate intercept HTLC.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.HTLCDestination
HTLCDestination.FailedPayment, HTLCDestination.InvalidForward, HTLCDestination.NextHopChannel, HTLCDestination.UnknownNextHop
-
-
Field Summary
Fields Modifier and Type Field Description long
requested_forward_scid
Short channel id we are requesting to forward an HTLC to.
-
Method Summary
-
Methods inherited from class org.ldk.structs.HTLCDestination
clone, eq, equals, failed_payment, finalize, invalid_forward, next_hop_channel, unknown_next_hop, write
-
-