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 with parameters of type RawInvoice Modifier and Type Method Description boolean
RawInvoice. eq(RawInvoice b)
Checks if two RawInvoices contain equal inner contents.
-