Uses of Class
org.ldk.structs.RawInvoice
-
Packages that use RawInvoice Package Description org.ldk.structs -
-
Uses of RawInvoice in org.ldk.structs
Methods in org.ldk.structs that return RawInvoice Modifier and Type Method Description RawInvoice
RawInvoice. clone()
Creates a copy of the RawInvoiceRawInvoice
ThreeTuple_RawInvoice_u832InvoiceSignatureZ. get_a()
RawInvoice
SignedRawInvoice. raw_invoice()
The [`RawInvoice`] which was signed.Methods in org.ldk.structs with parameters of type RawInvoice Modifier and Type Method Description boolean
RawInvoice. eq(RawInvoice b)
Checks if two RawInvoices contain equal inner contents.static ThreeTuple_RawInvoice_u832InvoiceSignatureZ
ThreeTuple_RawInvoice_u832InvoiceSignatureZ. of(RawInvoice a, byte[] b, InvoiceSignature c)
Creates a new C3Tuple_RawInvoice_u832InvoiceSignatureZ from the contained elements.
-