{
    "Function": "isCommandExecuted",
    "File": "src/AxelarGateway.sol",
    "Parent Contracts": [
        "src/AdminMultisigBase.sol",
        "src/EternalStorage.sol",
        "src/interfaces/IAxelarGateway.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_getIsCommandExecutedKey",
        "getBool"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function isCommandExecuted(bytes32 commandId) public view override returns (bool) {\n        return getBool(_getIsCommandExecutedKey(commandId));\n    }"
}