Uses of Class
org.ldk.structs.TwoTuple_u32CVec_u8ZZ
-
Packages that use TwoTuple_u32CVec_u8ZZ Package Description org.ldk.structs -
-
Uses of TwoTuple_u32CVec_u8ZZ in org.ldk.structs
Methods in org.ldk.structs that return TwoTuple_u32CVec_u8ZZ Modifier and Type Method Description TwoTuple_u32CVec_u8ZZTwoTuple_u32CVec_u8ZZ. clone()Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.TwoTuple_u32CVec_u8ZZ[]TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ. get_b()static TwoTuple_u32CVec_u8ZZTwoTuple_u32CVec_u8ZZ. of(int a, byte[] b)Creates a new C2Tuple_u32CVec_u8ZZ from the contained elements.Methods in org.ldk.structs with parameters of type TwoTuple_u32CVec_u8ZZ Modifier and Type Method Description static TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZTwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ. of(byte[] a, TwoTuple_u32CVec_u8ZZ[] b)Creates a new C2Tuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ from the contained elements.
-