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 class
Option_HTLCDestinationZ.None
When we're in this state, this COption_HTLCDestinationZ contains nothingstatic class
Option_HTLCDestinationZ.Some
When we're in this state, this COption_HTLCDestinationZ contains a crate::lightning::events::HTLCDestinationFields in org.ldk.structs declared as Option_HTLCDestinationZ Modifier and Type Field Description Option_HTLCDestinationZ
Result_COption_HTLCDestinationZDecodeErrorZ.Result_COption_HTLCDestinationZDecodeErrorZ_OK. res
Methods in org.ldk.structs that return Option_HTLCDestinationZ Modifier and Type Method Description Option_HTLCDestinationZ
Option_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_HTLCDestinationZ
Option_HTLCDestinationZ. none()
Constructs a new COption_HTLCDestinationZ containing nothingstatic Option_HTLCDestinationZ
Option_HTLCDestinationZ. some(HTLCDestination o)
Constructs a new COption_HTLCDestinationZ containing a crate::lightning::events::HTLCDestinationMethods in org.ldk.structs with parameters of type Option_HTLCDestinationZ Modifier and Type Method Description static Result_COption_HTLCDestinationZDecodeErrorZ
Result_COption_HTLCDestinationZDecodeErrorZ. ok(Option_HTLCDestinationZ o)
Creates a new CResult_COption_HTLCDestinationZDecodeErrorZ in the success state.
-