You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -12,8 +12,7 @@ import { IRegistry } from "../IRegistry.sol";
/**
* @title Module
*
* @dev The Module contract serves as a component in a larger system for handling smart contracts or "modules"
* within a blockchain ecosystem. This contract inherits from the IModule interface
* @dev The Module contract is responsible for handling the registration, storage and retrieval of modules on the Registry. This contract inherits from the IModule interface
*
* @dev The primary responsibility of the Module is to deploy and manage modules. A module is a smart contract
* that has been deployed through the Module. The details of each module, such as its address, code hash, schema ID,