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