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_NetworkUpdateZEvent.PaymentPathFailed. network_updateAny failure information conveyed via the Onion return packet by a node along the failed payment route.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 EventEvent. payment_path_failed(byte[] payment_id, byte[] payment_hash, boolean rejected_by_dest, Option_NetworkUpdateZ network_update, boolean all_paths_failed, RouteHop[] path, Option_u64Z short_channel_id, RouteParameters retry)Utility method to constructs a new PaymentPathFailed-variant Event
-