Package org.ldk.structs
Class NetworkUpdate.ChannelFailure
- java.lang.Object
-
- org.ldk.structs.NetworkUpdate
-
- org.ldk.structs.NetworkUpdate.ChannelFailure
-
- Enclosing class:
- NetworkUpdate
public static final class NetworkUpdate.ChannelFailure extends NetworkUpdate
An error indicating that a channel failed to route a payment, which should be applied via [`NetworkGraph::channel_failed_permanent`] if permanent.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.NetworkUpdate
NetworkUpdate.ChannelFailure, 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_failure, channel_update_message, clone, eq, equals, finalize, node_failure, write
-
-