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
SignedRawInvoice. raw_invoice()
The `RawInvoice` which was signed.Methods in org.ldk.structs that return types with arguments of type RawInvoice Modifier and Type Method Description ThreeTuple<RawInvoice,byte[],InvoiceSignature>
SignedRawInvoice. into_parts()
Disassembles the `SignedRawInvoice` into its three parts: 1.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.
-