Uses of Class
org.ldk.structs.Invoice
-
Packages that use Invoice Package Description org.ldk.structs -
-
Uses of Invoice in org.ldk.structs
Fields in org.ldk.structs declared as Invoice Modifier and Type Field Description InvoiceResult_InvoiceNoneZ.Result_InvoiceNoneZ_OK. resInvoiceResult_InvoiceSemanticErrorZ.Result_InvoiceSemanticErrorZ_OK. resInvoiceResult_InvoiceSignOrCreationErrorZ.Result_InvoiceSignOrCreationErrorZ_OK. resMethods in org.ldk.structs that return Invoice Modifier and Type Method Description InvoiceInvoice. clone()Creates a copy of the InvoiceMethods in org.ldk.structs with parameters of type Invoice Modifier and Type Method Description booleanInvoice. eq(Invoice b)Checks if two Invoices contain equal inner contents.static Result_InvoiceNoneZResult_InvoiceNoneZ. ok(Invoice o)Creates a new CResult_InvoiceNoneZ in the success state.static Result_InvoiceSemanticErrorZResult_InvoiceSemanticErrorZ. ok(Invoice o)Creates a new CResult_InvoiceSemanticErrorZ in the success state.static Result_InvoiceSignOrCreationErrorZResult_InvoiceSignOrCreationErrorZ. ok(Invoice o)Creates a new CResult_InvoiceSignOrCreationErrorZ in the success state.
-