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`].
-
-
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 booleanis_permanentWhether the channel should be permanently removed or temporarily disabled until a new `channel_update` message is received.longshort_channel_idThe short channel id of the closed channel.
-
Method Summary
-
Methods inherited from class org.ldk.structs.NetworkUpdate
channel_failure, channel_update_message, clone, finalize, node_failure, write
-
-