Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

IExpectedOutCalculator

Git Source

Functions

getExpectedOut

function getExpectedOut(
    uint256 amountIn,
    address fromToken,
    address toToken,
    bytes calldata data
)
    external
    view
    returns (uint256);