Learn R Programming

gethr (version 0.1.0)

personal_newAccount: New account creation.

Description

personal_newAccount generates a new private key and stores it in the key store directory. The key file is encrypted with the given passphrase.

Usage

personal_newAccount(password)

Arguments

password

String - Password of the account.

Value

Address - Address of the new account.

See Also

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

Examples

Run this code
# NOT RUN {
personal_newAccount('password')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab