{
    "Function": "constructor",
    "File": "contracts/interfaces/IAxelarExecutable.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address gateway_) {\n        gateway = IAxelarGateway(gateway_);\n    }"
}