Package org.ldk.structs
Class HTLCFailChannelUpdate.ChannelClosed
- java.lang.Object
-
- org.ldk.structs.HTLCFailChannelUpdate
-
- org.ldk.structs.HTLCFailChannelUpdate.ChannelClosed
-
- Enclosing class:
- HTLCFailChannelUpdate
public static final class HTLCFailChannelUpdate.ChannelClosed extends HTLCFailChannelUpdate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.HTLCFailChannelUpdate
HTLCFailChannelUpdate.ChannelClosed, HTLCFailChannelUpdate.ChannelUpdateMessage, HTLCFailChannelUpdate.NodeFailure
-
-
Field Summary
Fields Modifier and Type Field Description boolean
is_permanent
when this true, this channel should be permanently removed from the consideration.long
short_channel_id
The short_channel_id which has now closed.
-
Method Summary
-
Methods inherited from class org.ldk.structs.HTLCFailChannelUpdate
channel_closed, channel_update_message, clone, finalize, node_failure
-
-
-
-
Field Detail
-
short_channel_id
public final long short_channel_id
The short_channel_id which has now closed.
-
is_permanent
public final boolean is_permanent
when this true, this channel should be permanently removed from the consideration. Otherwise, this channel can be restored as new channel_update is received
-
-