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 classResult_PayeePubKeyErrorZ.Result_PayeePubKeyErrorZ_Errstatic classResult_PayeePubKeyErrorZ.Result_PayeePubKeyErrorZ_OKMethods in org.ldk.structs that return Result_PayeePubKeyErrorZ Modifier and Type Method Description Result_PayeePubKeyErrorZResult_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_PayeePubKeyErrorZResult_PayeePubKeyErrorZ. err(Secp256k1Error e)Creates a new CResult_PayeePubKeyErrorZ in the error state.static Result_PayeePubKeyErrorZResult_PayeePubKeyErrorZ. ok(PayeePubKey o)Creates a new CResult_PayeePubKeyErrorZ in the success state.Result_PayeePubKeyErrorZSignedRawInvoice. recover_payee_pub_key()Recovers the public key used for signing the invoice from the recoverable signature.
-