Interface AlgebraIntegral21QuoteParams

Quote parameters for Algebra Integral v2.1 quoters (with deployer)

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

Hierarchy (View Summary)

Properties

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