Description Usage Arguments Value See Also Examples
personal_lockAccount removes the private key with the given address
from memory. The account can no longer be used to send transactions.
1 | personal_lockAccount(address)
|
address |
Address - Address of account to be deleted. |
Boolean - true if the account has been deleted.
Other personal functions: gethr,
personal_ecRecover,
personal_importRawKey,
personal_listAccounts,
personal_newAccount,
personal_sign,
personal_unlockAccount
1 | personal_lockAccount('0xf1b76d9a65b532dbdc3899dee6e117b52c85a536')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.