{
    "Function": "_updateActivationDelay",
    "File": "contracts/Verification/Verification.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol",
        "node_modules/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol",
        "contracts/interfaces/IVerification.sol",
        "node_modules/@openzeppelin/contracts-upgradeable/proxy/Initializable.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _updateActivationDelay(uint256 _activationDelay) internal {\n        activationDelay = _activationDelay;\n        emit ActivationDelayUpdated(_activationDelay);\n    }"
}