{
    "Function": "executeTransaction",
    "File": "contracts/lib/openzeppelin-contracts/contracts/vendor/compound/ICompoundTimelock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function executeTransaction(\n        address target,\n        uint256 value,\n        string memory signature,\n        bytes memory data,\n        uint256 eta\n    ) external payable returns (bytes memory);"
}