Uses of Class
org.ldk.structs.Result_PayeePubKeyErrorZ
-
Packages that use Result_PayeePubKeyErrorZ Package Description org.ldk.structs -
-
Uses of Result_PayeePubKeyErrorZ in org.ldk.structs
Subclasses of Result_PayeePubKeyErrorZ in org.ldk.structs Modifier and Type Class Description static class
Result_PayeePubKeyErrorZ.Result_PayeePubKeyErrorZ_Err
static class
Result_PayeePubKeyErrorZ.Result_PayeePubKeyErrorZ_OK
Methods in org.ldk.structs that return Result_PayeePubKeyErrorZ Modifier and Type Method Description Result_PayeePubKeyErrorZ
Result_PayeePubKeyErrorZ. clone()
Creates a new CResult_PayeePubKeyErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_PayeePubKeyErrorZ
Result_PayeePubKeyErrorZ. err(Secp256k1Error e)
Creates a new CResult_PayeePubKeyErrorZ in the error state.static Result_PayeePubKeyErrorZ
Result_PayeePubKeyErrorZ. ok(PayeePubKey o)
Creates a new CResult_PayeePubKeyErrorZ in the success state.Result_PayeePubKeyErrorZ
SignedRawInvoice. recover_payee_pub_key()
Recovers the public key used for signing the invoice from the recoverable signature.
-