Interface AlgebraQuoteParams

Quote parameters for Algebra style quoters (limit price)

interface AlgebraQuoteParams {
    tokenIn: `0x${string}`;
    tokenOut: `0x${string}`;
    amountIn: bigint;
    limitSqrtPrice?: bigint;
}

Hierarchy (View Summary)

Properties

tokenIn: `0x${string}`
tokenOut: `0x${string}`
amountIn: bigint
limitSqrtPrice?: bigint