Package org.ldk.structs
Class NetworkUpdate.ChannelClosed
- java.lang.Object
-
- org.ldk.structs.NetworkUpdate
-
- org.ldk.structs.NetworkUpdate.ChannelClosed
-
- Enclosing class:
- NetworkUpdate
public static final class NetworkUpdate.ChannelClosed extends NetworkUpdate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.NetworkUpdate
NetworkUpdate.ChannelClosed, NetworkUpdate.ChannelUpdateMessage, NetworkUpdate.NodeFailure
-
-
Field Summary
Fields Modifier and Type Field Description boolean
is_permanent
Whether the channel should be permanently removed or temporarily disabled until a new `channel_update` message is received.long
short_channel_id
The short channel id of the closed channel.
-
Method Summary
-
Methods inherited from class org.ldk.structs.NetworkUpdate
channel_closed, channel_update_message, clone, finalize, node_failure, write
-
-