Uses of Class
org.ldk.structs.SignedRawBolt11Invoice
-
Packages that use SignedRawBolt11Invoice Package Description org.ldk.structs -
-
Uses of SignedRawBolt11Invoice in org.ldk.structs
Fields in org.ldk.structs declared as SignedRawBolt11Invoice Modifier and Type Field Description SignedRawBolt11InvoiceResult_SignedRawBolt11InvoiceBolt11ParseErrorZ.Result_SignedRawBolt11InvoiceBolt11ParseErrorZ_OK. resMethods in org.ldk.structs that return SignedRawBolt11Invoice Modifier and Type Method Description SignedRawBolt11InvoiceSignedRawBolt11Invoice. clone()Creates a copy of the SignedRawBolt11InvoiceSignedRawBolt11InvoiceBolt11Invoice. into_signed_raw()Transform the `Bolt11Invoice` into its unchecked version.Methods in org.ldk.structs with parameters of type SignedRawBolt11Invoice Modifier and Type Method Description booleanSignedRawBolt11Invoice. eq(SignedRawBolt11Invoice b)Checks if two SignedRawBolt11Invoices contain equal inner contents.static Result_Bolt11InvoiceBolt11SemanticErrorZBolt11Invoice. from_signed(SignedRawBolt11Invoice signed_invoice)Constructs a `Bolt11Invoice` from a [`SignedRawBolt11Invoice`] by checking all its invariants.static Result_SignedRawBolt11InvoiceBolt11ParseErrorZResult_SignedRawBolt11InvoiceBolt11ParseErrorZ. ok(SignedRawBolt11Invoice o)Creates a new CResult_SignedRawBolt11InvoiceBolt11ParseErrorZ in the success state.
-