Uses of Class
org.ldk.structs.NetworkUpdate
-
Packages that use NetworkUpdate Package Description org.ldk.structs -
-
Uses of NetworkUpdate in org.ldk.structs
Subclasses of NetworkUpdate in org.ldk.structs Modifier and Type Class Description static class
NetworkUpdate.ChannelClosed
static class
NetworkUpdate.ChannelUpdateMessage
static class
NetworkUpdate.NodeFailure
Fields in org.ldk.structs declared as NetworkUpdate Modifier and Type Field Description NetworkUpdate
Option_NetworkUpdateZ.Some. some
Methods in org.ldk.structs that return NetworkUpdate Modifier and Type Method Description static NetworkUpdate
NetworkUpdate. channel_closed(long short_channel_id, boolean is_permanent)
Utility method to constructs a new ChannelClosed-variant NetworkUpdatestatic NetworkUpdate
NetworkUpdate. channel_update_message(ChannelUpdate msg)
Utility method to constructs a new ChannelUpdateMessage-variant NetworkUpdateNetworkUpdate
NetworkUpdate. clone()
Creates a copy of the NetworkUpdatestatic NetworkUpdate
NetworkUpdate. node_failure(byte[] node_id, boolean is_permanent)
Utility method to constructs a new NodeFailure-variant NetworkUpdateMethods in org.ldk.structs with parameters of type NetworkUpdate Modifier and Type Method Description static Option_NetworkUpdateZ
Option_NetworkUpdateZ. some(NetworkUpdate o)
Constructs a new COption_NetworkUpdateZ containing a crate::lightning::routing::network_graph::NetworkUpdate
-