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.ChannelFailureAn error indicating that a channel failed to route a payment, which should be applied via [`NetworkGraph::channel_failed`].static classNetworkUpdate.ChannelUpdateMessageAn error indicating a `channel_update` messages should be applied via [`NetworkGraph::update_channel`].static classNetworkUpdate.NodeFailureAn error indicating that a node failed to route a payment, which should be applied via [`NetworkGraph::node_failed`].Fields 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_failure(long short_channel_id, boolean is_permanent)Utility method to constructs a new ChannelFailure-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::gossip::NetworkUpdate
-