{
    "Function": "swapETH",
    "File": "contracts/OFT/interfaces/IStargateRouterETH.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function swapETH(\n        uint16 dstChainId,\n        address payable refundAddress,\n        bytes calldata to,\n        uint256 amountLD,\n        uint256 minAmountLD\n    ) external payable;"
}