Uses of Class
org.ldk.structs.ThreeTuple_RawInvoice_u832InvoiceSignatureZ
-
Packages that use ThreeTuple_RawInvoice_u832InvoiceSignatureZ Package Description org.ldk.structs -
-
Uses of ThreeTuple_RawInvoice_u832InvoiceSignatureZ in org.ldk.structs
Methods in org.ldk.structs that return ThreeTuple_RawInvoice_u832InvoiceSignatureZ Modifier and Type Method Description ThreeTuple_RawInvoice_u832InvoiceSignatureZ
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.ThreeTuple_RawInvoice_u832InvoiceSignatureZ
SignedRawInvoice. into_parts()
Disassembles the `SignedRawInvoice` into its three parts: 1.static ThreeTuple_RawInvoice_u832InvoiceSignatureZ
ThreeTuple_RawInvoice_u832InvoiceSignatureZ. of(RawInvoice a, byte[] b, InvoiceSignature c)
Creates a new C3Tuple_RawInvoice_u832InvoiceSignatureZ from the contained elements.
-