Uses of Class
org.ldk.structs.Result_InvoiceParseOrSemanticErrorZ
-
Packages that use Result_InvoiceParseOrSemanticErrorZ Package Description org.ldk.structs -
-
Uses of Result_InvoiceParseOrSemanticErrorZ in org.ldk.structs
Subclasses of Result_InvoiceParseOrSemanticErrorZ in org.ldk.structs Modifier and Type Class Description static class
Result_InvoiceParseOrSemanticErrorZ.Result_InvoiceParseOrSemanticErrorZ_Err
static class
Result_InvoiceParseOrSemanticErrorZ.Result_InvoiceParseOrSemanticErrorZ_OK
Methods in org.ldk.structs that return Result_InvoiceParseOrSemanticErrorZ Modifier and Type Method Description Result_InvoiceParseOrSemanticErrorZ
Result_InvoiceParseOrSemanticErrorZ. clone()
Creates a new CResult_InvoiceParseOrSemanticErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_InvoiceParseOrSemanticErrorZ
Result_InvoiceParseOrSemanticErrorZ. err(ParseOrSemanticError e)
Creates a new CResult_InvoiceParseOrSemanticErrorZ in the error state.static Result_InvoiceParseOrSemanticErrorZ
Invoice. from_str(String s)
Read a Invoice object from a stringstatic Result_InvoiceParseOrSemanticErrorZ
Result_InvoiceParseOrSemanticErrorZ. ok(Invoice o)
Creates a new CResult_InvoiceParseOrSemanticErrorZ in the success state.
-