Uses of Class
org.ldk.structs.Result_InvoiceNoneZ
-
Packages that use Result_InvoiceNoneZ Package Description org.ldk.structs -
-
Uses of Result_InvoiceNoneZ in org.ldk.structs
Subclasses of Result_InvoiceNoneZ in org.ldk.structs Modifier and Type Class Description static classResult_InvoiceNoneZ.Result_InvoiceNoneZ_Errstatic classResult_InvoiceNoneZ.Result_InvoiceNoneZ_OKMethods in org.ldk.structs that return Result_InvoiceNoneZ Modifier and Type Method Description Result_InvoiceNoneZResult_InvoiceNoneZ. clone()Creates a new CResult_InvoiceNoneZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_InvoiceNoneZResult_InvoiceNoneZ. err()Creates a new CResult_InvoiceNoneZ in the error state.static Result_InvoiceNoneZInvoice. from_str(String s)Read a Invoice object from a stringstatic Result_InvoiceNoneZResult_InvoiceNoneZ. ok(Invoice o)Creates a new CResult_InvoiceNoneZ in the success state.
-