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