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