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