getSimpleAccountAddress abstract method

Future<EthereumAddress> getSimpleAccountAddress(
  1. EthereumAddress signer,
  2. Uint256 salt
)

Retrieves the counterfactual address of a wallet created with createAccount.

Implementation

Future<EthereumAddress> getSimpleAccountAddress(
    EthereumAddress signer, Uint256 salt);