Uses of Class
org.ldk.structs.Option_NetworkUpdateZ
-
Packages that use Option_NetworkUpdateZ Package Description org.ldk.structs -
-
Uses of Option_NetworkUpdateZ in org.ldk.structs
Subclasses of Option_NetworkUpdateZ in org.ldk.structs Modifier and Type Class Description static class
Option_NetworkUpdateZ.None
When we're in this state, this COption_NetworkUpdateZ contains nothingstatic class
Option_NetworkUpdateZ.Some
When we're in this state, this COption_NetworkUpdateZ contains a crate::lightning::routing::gossip::NetworkUpdateFields in org.ldk.structs declared as Option_NetworkUpdateZ Modifier and Type Field Description Option_NetworkUpdateZ
PathFailure.OnPath. network_update
If present, this [`NetworkUpdate`] should be applied to the [`NetworkGraph`] so that routing decisions can take into account the update.Option_NetworkUpdateZ
Result_COption_NetworkUpdateZDecodeErrorZ.Result_COption_NetworkUpdateZDecodeErrorZ_OK. res
Methods in org.ldk.structs that return Option_NetworkUpdateZ Modifier and Type Method Description Option_NetworkUpdateZ
Option_NetworkUpdateZ. clone()
Creates a new COption_NetworkUpdateZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Option_NetworkUpdateZ
Option_NetworkUpdateZ. none()
Constructs a new COption_NetworkUpdateZ containing nothingstatic Option_NetworkUpdateZ
Option_NetworkUpdateZ. some(NetworkUpdate o)
Constructs a new COption_NetworkUpdateZ containing a crate::lightning::routing::gossip::NetworkUpdateMethods in org.ldk.structs with parameters of type Option_NetworkUpdateZ Modifier and Type Method Description static Result_COption_NetworkUpdateZDecodeErrorZ
Result_COption_NetworkUpdateZDecodeErrorZ. ok(Option_NetworkUpdateZ o)
Creates a new CResult_COption_NetworkUpdateZDecodeErrorZ in the success state.static PathFailure
PathFailure. on_path(Option_NetworkUpdateZ network_update)
Utility method to constructs a new OnPath-variant PathFailure
-