Adapters
SwapAdapter
Using on Origin
Using on Destination
Swappers
interface ISwapper {
function swap(
uint256 _amountIn,
address _tokenIn,
address _tokenOut,
bytes calldata _swapData
) external payable returns (uint256 amountOut);
}