Package org.ldk.structs
Class NetworkUpdate.ChannelUpdateMessage
- java.lang.Object
-
- org.ldk.structs.NetworkUpdate
-
- org.ldk.structs.NetworkUpdate.ChannelUpdateMessage
-
- Enclosing class:
- NetworkUpdate
public static final class NetworkUpdate.ChannelUpdateMessage extends NetworkUpdate
An error indicating a `channel_update` messages should be applied via [`NetworkGraph::update_channel`].
-
-
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 ChannelUpdate
msg
The update to apply via [`NetworkGraph::update_channel`].
-
Method Summary
-
Methods inherited from class org.ldk.structs.NetworkUpdate
channel_failure, channel_update_message, clone, eq, equals, finalize, node_failure, write
-
-
-
-
Field Detail
-
msg
public final ChannelUpdate msg
The update to apply via [`NetworkGraph::update_channel`].
-
-