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.
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.x
(uint256
): The x-coordinate of the signing data.y
(uint256
): The y-coordinate of the signing data.