{
    "Function": "constructor",
    "File": "contracts/test/gmp/SourceChainSwapCaller.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(\n        address gateway_,\n        address gasService_,\n        string memory destinationChain_,\n        string memory executableAddress_\n    ) {\n        gateway = IAxelarGateway(gateway_);\n        gasService = IAxelarGasService(gasService_);\n        destinationChain = destinationChain_;\n        executableAddress = executableAddress_;\n    }"
}