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 classOption_NetworkUpdateZ.NoneWhen we're in this state, this COption_NetworkUpdateZ contains nothingstatic classOption_NetworkUpdateZ.SomeWhen 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_NetworkUpdateZPathFailure.OnPath. network_updateIf present, this [`NetworkUpdate`] should be applied to the [`NetworkGraph`] so that routing decisions can take into account the update.Option_NetworkUpdateZResult_COption_NetworkUpdateZDecodeErrorZ.Result_COption_NetworkUpdateZDecodeErrorZ_OK. resMethods in org.ldk.structs that return Option_NetworkUpdateZ Modifier and Type Method Description Option_NetworkUpdateZOption_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_NetworkUpdateZOption_NetworkUpdateZ. none()Constructs a new COption_NetworkUpdateZ containing nothingstatic Option_NetworkUpdateZOption_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_NetworkUpdateZDecodeErrorZResult_COption_NetworkUpdateZDecodeErrorZ. ok(Option_NetworkUpdateZ o)Creates a new CResult_COption_NetworkUpdateZDecodeErrorZ in the success state.static PathFailurePathFailure. on_path(Option_NetworkUpdateZ network_update)Utility method to constructs a new OnPath-variant PathFailure
-