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 classNetworkUpdate.ChannelClosedstatic classNetworkUpdate.ChannelUpdateMessagestatic classNetworkUpdate.NodeFailureFields in org.ldk.structs declared as NetworkUpdate Modifier and Type Field Description NetworkUpdateOption_NetworkUpdateZ.Some. someMethods in org.ldk.structs that return NetworkUpdate Modifier and Type Method Description static NetworkUpdateNetworkUpdate. channel_closed(long short_channel_id, boolean is_permanent)Utility method to constructs a new ChannelClosed-variant NetworkUpdatestatic NetworkUpdateNetworkUpdate. channel_update_message(ChannelUpdate msg)Utility method to constructs a new ChannelUpdateMessage-variant NetworkUpdateNetworkUpdateNetworkUpdate. clone()Creates a copy of the NetworkUpdatestatic NetworkUpdateNetworkUpdate. 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_NetworkUpdateZOption_NetworkUpdateZ. some(NetworkUpdate o)Constructs a new COption_NetworkUpdateZ containing a crate::lightning::routing::network_graph::NetworkUpdate
-