personal_newAccount: New account creation.

Description Usage Arguments Value See Also Examples

View source: R/personal.R

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

1

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

1
personal_newAccount('password')

gethr documentation built on May 2, 2019, 7:03 a.m.