getPasskeyAccountAddress abstract method
Retrieves the Ethereum address associated with a passkey account.
Implementation
Future<EthereumAddress> getPasskeyAccountAddress(
Uint8List credentialHex,
BigInt x,
BigInt y,
BigInt salt, {
BlockNum? atBlock,
});