The onUninstall
function in the WebAuthnValidationModule
contract is responsible for handling the uninstallation process of the module. It decodes an entity ID from the provided data and calls the _transferSigner
function to update the signer's public key associated with that entity ID.
data
(bytes
): A byte array containing encoded data, which includes the entity ID to be processed.