A Q64.96 price explicitly bound to the canonical V4 currency order.

interface V4InitialPrice {
    currency0: `0x${string}`;
    currency1: `0x${string}`;
    sqrtPriceX96: bigint;
}

Hierarchy (View Summary)

Properties

currency0: `0x${string}`
currency1: `0x${string}`
sqrtPriceX96: bigint