interface ExactInSwapQuote {
    tokenEstOut: bigint;
    tokenIn: bigint;
    tokenMinOut: bigint;
    tradeFee: bigint;
}

Properties

tokenEstOut: bigint
tokenIn: bigint
tokenMinOut: bigint
tradeFee: bigint