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 RawInvoiceRawInvoice. clone()Creates a copy of the RawInvoiceRawInvoiceThreeTuple_RawInvoice_u832InvoiceSignatureZ. get_a()RawInvoiceSignedRawInvoice. raw_invoice()The `RawInvoice` which was signed.Methods in org.ldk.structs with parameters of type RawInvoice Modifier and Type Method Description booleanRawInvoice. eq(RawInvoice b)Checks if two RawInvoices contain equal inner contents.static ThreeTuple_RawInvoice_u832InvoiceSignatureZThreeTuple_RawInvoice_u832InvoiceSignatureZ. of(RawInvoice a, byte[] b, InvoiceSignature c)Creates a new C3Tuple_RawInvoice_u832InvoiceSignatureZ from the contained elements.
-