Uses of Class
org.ldk.structs.Option_HTLCDestinationZ
-
Packages that use Option_HTLCDestinationZ Package Description org.ldk.structs -
-
Uses of Option_HTLCDestinationZ in org.ldk.structs
Subclasses of Option_HTLCDestinationZ in org.ldk.structs Modifier and Type Class Description static classOption_HTLCDestinationZ.NoneWhen we're in this state, this COption_HTLCDestinationZ contains nothingstatic classOption_HTLCDestinationZ.SomeWhen we're in this state, this COption_HTLCDestinationZ contains a crate::lightning::util::events::HTLCDestinationFields in org.ldk.structs declared as Option_HTLCDestinationZ Modifier and Type Field Description Option_HTLCDestinationZResult_COption_HTLCDestinationZDecodeErrorZ.Result_COption_HTLCDestinationZDecodeErrorZ_OK. resMethods in org.ldk.structs that return Option_HTLCDestinationZ Modifier and Type Method Description Option_HTLCDestinationZOption_HTLCDestinationZ. clone()Creates a new COption_HTLCDestinationZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Option_HTLCDestinationZOption_HTLCDestinationZ. none()Constructs a new COption_HTLCDestinationZ containing nothingstatic Option_HTLCDestinationZOption_HTLCDestinationZ. some(HTLCDestination o)Constructs a new COption_HTLCDestinationZ containing a crate::lightning::util::events::HTLCDestinationMethods in org.ldk.structs with parameters of type Option_HTLCDestinationZ Modifier and Type Method Description static Result_COption_HTLCDestinationZDecodeErrorZResult_COption_HTLCDestinationZDecodeErrorZ. ok(Option_HTLCDestinationZ o)Creates a new CResult_COption_HTLCDestinationZDecodeErrorZ in the success state.
-