simpleAccount abstract method

Future<EthereumAddress> simpleAccount(
  1. {BlockNum? atBlock}
)

Retrieves the Ethereum address associated with the simpleAccount contract.

Implementation

Future<EthereumAddress> simpleAccount({BlockNum? atBlock});