Interface AerodromeSlipstreamPoolKeyInput

interface AerodromeSlipstreamPoolKeyInput {
    tokenA: `0x${string}`;
    tokenB: `0x${string}`;
    tickSpacing: number;
}

Properties

tokenA: `0x${string}`
tokenB: `0x${string}`
tickSpacing: number