Write functions are called by submitting a transaction from a wallet. You can click on any function below to view more details, past transactions, and have the agent help prepare, simulate, and execute transactions.
The `onInstall` function in the `WebAuthnValidationModule` contract processes installation data by decoding it and transferring the signer's public key coordinates.
The `transferSigner` function in the `WebAuthnValidationModule` contract updates the public key coordinates (x, y) for a specified entity ID.
call this function
Read Functions
Read functions are functions that return data from onchain when called, and do not require submitting a transaction (but can still be called during one). You can click on any function below to view more details, past transactions, and simulate read calls.
The `signers` function in the `WebAuthnValidationModule` contract retrieves the signing coordinates (x, y) associated with a specific entity ID and account address.
The `supportsInterface` function in the `WebAuthnValidationModule` contract checks if the contract implements a specific interface defined by the provided `interfaceId`.
The `validateSignature` function in the `WebAuthnValidationModule` contract verifies the authenticity of a signature associated with a specific account and entity ID.