Description Usage Arguments Value See Also Examples
personal_unlockAccount unlocks an account to be used for signing and
transactions.
1 | personal_unlockAccount(address, password, duration = 3000)
|
address |
Address - Address to unlock. |
password |
String - Password of the account. |
duration |
Integer - Seconds the account will be unlocked. |
Boolean - true if the account has been unlocked.
Other personal functions: gethr,
personal_ecRecover,
personal_importRawKey,
personal_listAccounts,
personal_lockAccount,
personal_newAccount,
personal_sign
1 2 | personal_unlockAccount('0xb117a8bc3ecf2c3f006b89da6826e49b4193977a',
'password', 60000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.