powered by
personal_lockAccount removes the private key with the given address from memory. The account can no longer be used to send transactions.
personal_lockAccount
personal_lockAccount(address)
Address - Address of account to be deleted.
Boolean - true if the account has been deleted.
true
Other personal functions: gethr, personal_ecRecover, personal_importRawKey, personal_listAccounts, personal_newAccount, personal_sign, personal_unlockAccount
gethr
personal_ecRecover
personal_importRawKey
personal_listAccounts
personal_newAccount
personal_sign
personal_unlockAccount
# NOT RUN { personal_lockAccount('0xf1b76d9a65b532dbdc3899dee6e117b52c85a536') # } # NOT RUN { # }
Run the code above in your browser using DataLab