docs icon indicating copy to clipboard operation
docs copied to clipboard

swap params are not described in natspec + docs

Open Yorkemartin opened this issue 3 years ago • 0 comments

swap params comments are inherited to the interface, but are defined originally as structs, thus the input params are difficult to find definitions for

    struct ExactInputSingleParams {
        address tokenIn;
        address tokenOut;
        uint24 fee;
        address recipient;
        uint256 deadline;
        uint256 amountIn;
        uint256 amountOutMinimum;
        uint160 sqrtPriceLimitX96;
    }

Yorkemartin avatar Mar 07 '22 18:03 Yorkemartin