Description Usage Arguments Value See Also Examples
personal_ecRecover returns the address associated with the private key
that was used to calculate a signature.
1 |
message |
String - Message that has been signed. |
signature |
Data - Signature of the message that has been signed. |
Address - Address of the account that has signed a message.
Other personal functions: gethr,
personal_importRawKey,
personal_listAccounts,
personal_lockAccount,
personal_newAccount,
personal_sign,
personal_unlockAccount
1 2 3 | personal_ecRecover('hello world', '0x1dd3657c91d95f350ab25f17ee7cbcdbccd3f5bc
52976bfd4dd03bd6bc29d2ac23e656bee509ca33b921e0e6b53eb64082be1bb3c69c3a4adccd9
93b1d667f8d1b')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.