Uses of Class
org.ldk.structs.Option_C2Tuple_u64u16ZZ
-
Packages that use Option_C2Tuple_u64u16ZZ Package Description org.ldk.structs -
-
Uses of Option_C2Tuple_u64u16ZZ in org.ldk.structs
Subclasses of Option_C2Tuple_u64u16ZZ in org.ldk.structs Modifier and Type Class Description static classOption_C2Tuple_u64u16ZZ.NoneWhen we're in this state, this COption_C2Tuple_u64u16ZZ contains nothingstatic classOption_C2Tuple_u64u16ZZ.SomeWhen we're in this state, this COption_C2Tuple_u64u16ZZ contains a crate::c_types::derived::C2Tuple_u64u16ZFields in org.ldk.structs declared as Option_C2Tuple_u64u16ZZ Modifier and Type Field Description Option_C2Tuple_u64u16ZZFailureCode.InvalidOnionPayload. invalid_onion_payloadMethods in org.ldk.structs that return Option_C2Tuple_u64u16ZZ Modifier and Type Method Description Option_C2Tuple_u64u16ZZOption_C2Tuple_u64u16ZZ. clone()Creates a new COption_C2Tuple_u64u16ZZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Option_C2Tuple_u64u16ZZOption_C2Tuple_u64u16ZZ. none()Constructs a new COption_C2Tuple_u64u16ZZ containing nothingstatic Option_C2Tuple_u64u16ZZOption_C2Tuple_u64u16ZZ. some(TwoTuple_u64u16Z o)Constructs a new COption_C2Tuple_u64u16ZZ containing a crate::c_types::derived::C2Tuple_u64u16ZMethods in org.ldk.structs with parameters of type Option_C2Tuple_u64u16ZZ Modifier and Type Method Description static FailureCodeFailureCode. invalid_onion_payload(Option_C2Tuple_u64u16ZZ a)Utility method to constructs a new InvalidOnionPayload-variant FailureCode
-