A Q64.96 price bound to the canonical V3 token order.

interface V3InitialPrice {
    token0: `0x${string}`;
    token1: `0x${string}`;
    sqrtPriceX96: bigint;
}

Properties

token0: `0x${string}`
token1: `0x${string}`
sqrtPriceX96: bigint