ISwapRouter
Parameter Structsโ
ExactInputSingleParamsโ
struct ExactInputSingleParams {
address tokenIn;
address tokenOut;
uint24 fee;
address recipient;
uint256 deadline;
uint256 amountIn;
uint256 amountOutMinimum;
uint160 sqrtPriceLimitX96;
}ExactInputParamsโ
struct ExactInputParams {
bytes path;
address recipient;
uint256 deadline;
uint256 amountIn;
uint256 amountOutMinimum;
}ExactOutputSingleParamsโ
ExactOutputParamsโ
exactInputSingleโ
Name
Type
Description
Name
Type
Description
exactInputโ
Name
Type
Description
Name
Type
Description
exactOutputSingleโ
Name
Type
Description
Name
Type
Description
exactOutputโ
Name
Type
Description
Name
Type
Description
Last updated