getEthereumAddress abstract method

EthereumAddress getEthereumAddress(
  1. {int index = 0}
)

Retrieves the Ethereum address of an account from the HD wallet.

  • index: The index of the account.

Returns the Ethereum address.

Implementation

EthereumAddress getEthereumAddress({int index = 0});