Uses of Class
org.ldk.structs.RawBolt11Invoice
-
Packages that use RawBolt11Invoice Package Description org.ldk.structs -
-
Uses of RawBolt11Invoice in org.ldk.structs
Methods in org.ldk.structs that return RawBolt11Invoice Modifier and Type Method Description RawBolt11InvoiceRawBolt11Invoice. clone()Creates a copy of the RawBolt11InvoiceRawBolt11InvoiceThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ. get_a()RawBolt11InvoiceSignedRawBolt11Invoice. raw_invoice()The [`RawBolt11Invoice`] which was signed.Methods in org.ldk.structs with parameters of type RawBolt11Invoice Modifier and Type Method Description booleanRawBolt11Invoice. eq(RawBolt11Invoice b)Checks if two RawBolt11Invoices contain equal inner contents.static ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ. of(RawBolt11Invoice a, byte[] b, Bolt11InvoiceSignature c)Creates a new C3Tuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ from the contained elements.
-