Package org.ldk.structs
Class HTLCDestination.UnknownNextHop
- java.lang.Object
-
- org.ldk.structs.HTLCDestination
-
- org.ldk.structs.HTLCDestination.UnknownNextHop
-
- Enclosing class:
- HTLCDestination
public static final class HTLCDestination.UnknownNextHop extends HTLCDestination
Scenario where we are unsure of the next node to forward the HTLC to.
-
-
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
-
-