getAddress abstract method
- EthereumAddress owner,
- BigInt salt,
- {BlockNum? atBlock}
Retrieves the Ethereum address associated with a standard account.
Implementation
Future<EthereumAddress> getAddress(
EthereumAddress owner,
BigInt salt, {
BlockNum? atBlock,
});