Learn R Programming

gethr (version 0.1.0)

personal_lockAccount: Account deletion.

Description

personal_lockAccount removes the private key with the given address from memory. The account can no longer be used to send transactions.

Usage

personal_lockAccount(address)

Arguments

address

Address - Address of account to be deleted.

Value

Boolean - true if the account has been deleted.

See Also

Other personal functions: gethr, personal_ecRecover, personal_importRawKey, personal_listAccounts, personal_newAccount, personal_sign, personal_unlockAccount

Examples

Run this code
# NOT RUN {
personal_lockAccount('0xf1b76d9a65b532dbdc3899dee6e117b52c85a536')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab