Uses of Class
org.ldk.structs.TwoTuple_u64CVec_u8ZZ
-
Packages that use TwoTuple_u64CVec_u8ZZ Package Description org.ldk.structs -
-
Uses of TwoTuple_u64CVec_u8ZZ in org.ldk.structs
Methods in org.ldk.structs that return TwoTuple_u64CVec_u8ZZ Modifier and Type Method Description TwoTuple_u64CVec_u8ZZTwoTuple_u64CVec_u8ZZ. clone()Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.TwoTuple_u64CVec_u8ZZ[]RecipientOnionFields. custom_tlvs()Gets the custom TLVs that will be sent or have been received.static TwoTuple_u64CVec_u8ZZTwoTuple_u64CVec_u8ZZ. of(long a, byte[] b)Creates a new C2Tuple_u64CVec_u8ZZ from the contained elements.Methods in org.ldk.structs with parameters of type TwoTuple_u64CVec_u8ZZ Modifier and Type Method Description Result_RecipientOnionFieldsNoneZRecipientOnionFields. with_custom_tlvs(TwoTuple_u64CVec_u8ZZ[] custom_tlvs)Creates a new [`RecipientOnionFields`] from an existing one, adding custom TLVs.
-