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 class
Result_InvoiceNoneZ.Result_InvoiceNoneZ_Err
static class
Result_InvoiceNoneZ.Result_InvoiceNoneZ_OK
Methods in org.ldk.structs that return Result_InvoiceNoneZ Modifier and Type Method Description Result_InvoiceNoneZ
Result_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_InvoiceNoneZ
Result_InvoiceNoneZ. err()
Creates a new CResult_InvoiceNoneZ in the error state.static Result_InvoiceNoneZ
Invoice. from_str(String s)
Read a Invoice object from a stringstatic Result_InvoiceNoneZ
Result_InvoiceNoneZ. ok(Invoice o)
Creates a new CResult_InvoiceNoneZ in the success state.
-