addAccount abstract method
- int index
Adds a new account to the HD wallet.
index
: The index of the account.
Returns the Ethereum address of the new account.
Implementation
Future<EthereumAddress> addAccount(int index);
Adds a new account to the HD wallet.
index
: The index of the account.Returns the Ethereum address of the new account.
Future<EthereumAddress> addAccount(int index);