Uses of Class
org.ldk.structs.InvoiceError
-
Packages that use InvoiceError Package Description org.ldk.structs -
-
Uses of InvoiceError in org.ldk.structs
Fields in org.ldk.structs declared as InvoiceError Modifier and Type Field Description InvoiceErrorOffersMessage.InvoiceError. invoice_errorInvoiceErrorResult_InvoiceErrorDecodeErrorZ.Result_InvoiceErrorDecodeErrorZ_OK. resMethods in org.ldk.structs that return InvoiceError Modifier and Type Method Description InvoiceErrorInvoiceError. clone()Creates a copy of the InvoiceErrorstatic InvoiceErrorInvoiceError. of(ErroneousField erroneous_field_arg, UntrustedString message_arg)Constructs a new InvoiceError given each field Note that erroneous_field_arg (or a relevant inner pointer) may be NULL or all-0s to represent NoneMethods in org.ldk.structs with parameters of type InvoiceError Modifier and Type Method Description static OffersMessageOffersMessage. invoice_error(InvoiceError a)Utility method to constructs a new InvoiceError-variant OffersMessagestatic Result_InvoiceErrorDecodeErrorZResult_InvoiceErrorDecodeErrorZ. ok(InvoiceError o)Creates a new CResult_InvoiceErrorDecodeErrorZ in the success state.
-