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
-
-
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 ChannelUpdate
msg
The update to apply via [`NetworkGraph::update_channel`].
-
Method Summary
-
Methods inherited from class org.ldk.structs.NetworkUpdate
channel_closed, channel_update_message, clone, finalize, node_failure, write
-
-
-
-
Field Detail
-
msg
public final ChannelUpdate msg
The update to apply via [`NetworkGraph::update_channel`].
-
-