interface V3PoolKey {
    token0: `0x${string}`;
    token1: `0x${string}`;
    fee: number;
}

Properties

Properties

token0: `0x${string}`
token1: `0x${string}`
fee: number