WebAuthnValidationModule
Source:Verified
Read Functions / signers
Overview

The signers function in the WebAuthnValidationModule contract retrieves the signing coordinates (x, y) associated with a specific entity ID and account address. It is a view function, meaning it does not modify the state of the contract and only reads data.

Inputs
  • entityId (uint32): The unique identifier for the entity whose signing coordinates are being queried.
  • account (address): The address of the account for which the signing coordinates are being retrieved.
Outputs
  • x (uint256): The x-coordinate of the signing data.
  • y (uint256): The y-coordinate of the signing data.
Emits Zero Events
Functions will often emit events during execution, often signifying key changes in state. There are no events emited by this function
Recent Transactions Calling This Function
This returns the latest 20 times that this function was called directly by a wallet or internally by another contract.
Looking for transactions where this function was called...