addAccount abstract method

Future<EthereumAddress> addAccount(
  1. 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);