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