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 Invoice
Result_InvoiceNoneZ.Result_InvoiceNoneZ_OK. res
Invoice
Result_InvoiceSemanticErrorZ.Result_InvoiceSemanticErrorZ_OK. res
Invoice
Result_InvoiceSignOrCreationErrorZ.Result_InvoiceSignOrCreationErrorZ_OK. res
Methods in org.ldk.structs that return Invoice Modifier and Type Method Description Invoice
Invoice. clone()
Creates a copy of the InvoiceMethods in org.ldk.structs with parameters of type Invoice Modifier and Type Method Description boolean
Invoice. eq(Invoice b)
Checks if two Invoices contain equal inner contents.static Result_InvoiceNoneZ
Result_InvoiceNoneZ. ok(Invoice o)
Creates a new CResult_InvoiceNoneZ in the success state.static Result_InvoiceSemanticErrorZ
Result_InvoiceSemanticErrorZ. ok(Invoice o)
Creates a new CResult_InvoiceSemanticErrorZ in the success state.static Result_InvoiceSignOrCreationErrorZ
Result_InvoiceSignOrCreationErrorZ. ok(Invoice o)
Creates a new CResult_InvoiceSignOrCreationErrorZ in the success state.
-