getPasskeyAccountAddress abstract method

Future<EthereumAddress> getPasskeyAccountAddress(
  1. Uint8List credentialHex,
  2. BigInt x,
  3. BigInt y,
  4. BigInt salt,
  5. {BlockNum? atBlock}
)

Retrieves the Ethereum address associated with a passkey account.

Implementation

Future<EthereumAddress> getPasskeyAccountAddress(
  Uint8List credentialHex,
  BigInt x,
  BigInt y,
  BigInt salt, {
  BlockNum? atBlock,
});