{
    "Function": "swapTokens",
    "File": "contracts/OFT/interfaces/IStargateWidget.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function swapTokens(\n        uint16 _dstChainId,\n        uint16 _srcPoolId,\n        uint16 _dstPoolId,\n        uint256 _amountLD,\n        uint256 _minAmountLD,\n        IStargateRouter.lzTxObj calldata _lzTxParams,\n        bytes calldata _to,\n        bytes2 _partnerId,\n        FeeObj calldata _feeObj\n    ) external payable;"
}