simplePasskeyAccount abstract method

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

Retrieves the Ethereum address associated with the simplePasskeyAccount contract.

Implementation

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