{
    "Function": "swap",
    "File": "contracts/interfaces/dex/pool/IBasePool.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function swap(\r\n        uint256 nativeAmountIn,\r\n        uint256 foreignAmountIn,\r\n        address to,\r\n        bytes calldata\r\n    ) external returns (uint256);"
}