IAdaptor
Functions
quote
function quote(
address tokenIn,
uint256 amountIn,
bytes calldata data
) external view returns (uint256 amountOut);Parameter
Description
swap
function swap(
address tokenIn,
uint256 amountIn,
bytes calldata data,
address recipient
) external;Parameters
Description
Last updated