interface V3PoolKeyInput {
    tokenA: `0x${string}`;
    tokenB: `0x${string}`;
    fee: number;
}

Properties

Properties

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