getSimpleAccountAddress abstract method
- EthereumAddress signer,
- Uint256 salt
Retrieves the counterfactual address of a wallet created with createAccount
.
Implementation
Future<EthereumAddress> getSimpleAccountAddress(
EthereumAddress signer, Uint256 salt);