getAddress abstract method

Future<EthereumAddress> getAddress(
  1. EthereumAddress owner,
  2. BigInt salt,
  3. {BlockNum? atBlock}
)

Retrieves the Ethereum address associated with a standard account.

Implementation

Future<EthereumAddress> getAddress(
  EthereumAddress owner,
  BigInt salt, {
  BlockNum? atBlock,
});