WebAuthnValidationModule
Source:Verified
Write Functions / onInstall
Overview

The onInstall function in the WebAuthnValidationModule contract processes installation data by decoding it and transferring the signer's public key coordinates. It updates the signer's information and emits an event to notify about the transfer of the signer.

Inputs
  • data (bytes): A byte array containing encoded information, which includes:
    • entityId (uint32): The identifier for the entity associated with the signer.
    • x (uint256): The new x-coordinate of the signer's public key.
    • y (uint256): The new y-coordinate of the signer's public key.
Outputs
  • None: This function does not return any values.
Emits One Event
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...