Uses of Class
org.ldk.structs.TwoTuple_SignatureSignatureZ
-
Packages that use TwoTuple_SignatureSignatureZ Package Description org.ldk.structs -
-
Uses of TwoTuple_SignatureSignatureZ in org.ldk.structs
Fields in org.ldk.structs declared as TwoTuple_SignatureSignatureZ Modifier and Type Field Description TwoTuple_SignatureSignatureZResult_C2Tuple_SignatureSignatureZNoneZ.Result_C2Tuple_SignatureSignatureZNoneZ_OK. resMethods in org.ldk.structs that return TwoTuple_SignatureSignatureZ Modifier and Type Method Description TwoTuple_SignatureSignatureZTwoTuple_SignatureSignatureZ. clone()Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static TwoTuple_SignatureSignatureZTwoTuple_SignatureSignatureZ. of(byte[] a, byte[] b)Creates a new C2Tuple_SignatureSignatureZ from the contained elements.Methods in org.ldk.structs with parameters of type TwoTuple_SignatureSignatureZ Modifier and Type Method Description static Result_C2Tuple_SignatureSignatureZNoneZResult_C2Tuple_SignatureSignatureZNoneZ. ok(TwoTuple_SignatureSignatureZ o)Creates a new CResult_C2Tuple_SignatureSignatureZNoneZ in the success state.
-