ISwapQuoter

Git Source

Functions

getAmountOut

function getAmountOut(
    LimitedToken memory tokenIn,
    address tokenOut,
    uint256 amountIn
)
    external
    view
    returns (SwapQuery memory query);