{
    "Function": "getAllExecutors",
    "File": "contracts/hyphen/ExecutorManager.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts/utils/Context.sol",
        "contracts/hyphen/interfaces/IExecutorManager.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getAllExecutors() public view override returns (address[] memory) {\n        return executors;\n    }"
}