{
    "Function": "setDeadline",
    "File": "contracts/lib/openzeppelin-contracts/contracts/mocks/TimersBlockNumberImpl.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Timers"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "setDeadline"
    ],
    "Low-Level Calls": [],
    "Code": "function setDeadline(uint64 timestamp) public {\n        _timer.setDeadline(timestamp);\n    }"
}