{
    "Function": "callContractWithToken",
    "File": "src/interfaces/IAxelarGateway.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function callContractWithToken(\n        string memory destinationChain,\n        string memory contractAddress,\n        bytes memory payload,\n        string memory symbol,\n        uint256 amount\n    ) external;"
}