Package org.ldk.structs
Class ThreeTuple_RawInvoice_u832InvoiceSignatureZ
- java.lang.Object
-
- org.ldk.structs.ThreeTuple_RawInvoice_u832InvoiceSignatureZ
-
public class ThreeTuple_RawInvoice_u832InvoiceSignatureZ extends Object
A Tuple
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreeTuple_RawInvoice_u832InvoiceSignatureZ
clone()
Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.protected void
finalize()
RawInvoice
get_a()
byte[]
get_b()
InvoiceSignature
get_c()
static ThreeTuple_RawInvoice_u832InvoiceSignatureZ
of(RawInvoice a, byte[] b, InvoiceSignature c)
Creates a new C3Tuple_RawInvoice_u832InvoiceSignatureZ from the contained elements.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
get_a
public RawInvoice get_a()
-
get_b
public byte[] get_b()
-
get_c
public InvoiceSignature get_c()
-
clone
public ThreeTuple_RawInvoice_u832InvoiceSignatureZ clone()
Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
of
public static ThreeTuple_RawInvoice_u832InvoiceSignatureZ of(RawInvoice a, byte[] b, InvoiceSignature c)
Creates a new C3Tuple_RawInvoice_u832InvoiceSignatureZ from the contained elements.
-
-