{
    "Function": "constructor",
    "File": "contracts/gmp-sdk/test/gmp/DestinationChainSwapExecutable.sol",
    "Parent Contracts": [
        "contracts/gmp-sdk/executable/AxelarExecutable.sol",
        "contracts/gmp-sdk/interfaces/IAxelarExecutable.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "constructor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address gatewayAddress, address swapperAddress) AxelarExecutable(gatewayAddress) {\n        swapper = DestinationChainTokenSwapper(swapperAddress);\n    }"
}