Uses of Class
org.ldk.structs.SignedRawInvoice
-
Packages that use SignedRawInvoice Package Description org.ldk.structs -
-
Uses of SignedRawInvoice in org.ldk.structs
Fields in org.ldk.structs declared as SignedRawInvoice Modifier and Type Field Description SignedRawInvoice
Result_SignedRawInvoiceNoneZ.Result_SignedRawInvoiceNoneZ_OK. res
Methods in org.ldk.structs that return SignedRawInvoice Modifier and Type Method Description SignedRawInvoice
SignedRawInvoice. clone()
Creates a copy of the SignedRawInvoiceSignedRawInvoice
Invoice. into_signed_raw()
Transform the `Invoice` into it's unchecked versionMethods in org.ldk.structs with parameters of type SignedRawInvoice Modifier and Type Method Description boolean
SignedRawInvoice. eq(SignedRawInvoice b)
Checks if two SignedRawInvoices contain equal inner contents.static Result_InvoiceSemanticErrorZ
Invoice. from_signed(SignedRawInvoice signed_invoice)
Constructs an `Invoice` from a `SignedRawInvoice` by checking all its invariants.static Result_SignedRawInvoiceNoneZ
Result_SignedRawInvoiceNoneZ. ok(SignedRawInvoice o)
Creates a new CResult_SignedRawInvoiceNoneZ in the success state.
-