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 SignedRawInvoiceResult_SignedRawInvoiceNoneZ.Result_SignedRawInvoiceNoneZ_OK. resMethods in org.ldk.structs that return SignedRawInvoice Modifier and Type Method Description SignedRawInvoiceSignedRawInvoice. clone()Creates a copy of the SignedRawInvoiceSignedRawInvoiceInvoice. 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 booleanSignedRawInvoice. eq(SignedRawInvoice b)Checks if two SignedRawInvoices contain equal inner contents.static Result_InvoiceSemanticErrorZInvoice. from_signed(SignedRawInvoice signed_invoice)Constructs an `Invoice` from a `SignedRawInvoice` by checking all its invariants.static Result_SignedRawInvoiceNoneZResult_SignedRawInvoiceNoneZ. ok(SignedRawInvoice o)Creates a new CResult_SignedRawInvoiceNoneZ in the success state.
-