{
    "Function": "scheduleSetNum",
    "File": "contracts/gmp-sdk/test/TimeLockTest.sol",
    "Parent Contracts": [
        "contracts/gmp-sdk/util/TimeLock.sol",
        "contracts/gmp-sdk/interfaces/ITimeLock.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_scheduleTimeLock",
        "abi.encodePacked()",
        "keccak256(bytes)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function scheduleSetNum(uint256 _num, uint256 _eta) external {\n        bytes32 hash = keccak256(abi.encodePacked(_num));\n\n        _scheduleTimeLock(hash, _eta);\n    }"
}