Interface CanonicalCurrencyInitialPrice

A canonical raw-currency ratio and its Q64.96 initialization price.

interface CanonicalCurrencyInitialPrice {
    currency0: `0x${string}`;
    currency1: `0x${string}`;
    amount0Raw: bigint;
    amount1Raw: bigint;
    sqrtPriceX96: bigint;
    baseCurrencyIsCurrency0: boolean;
}

Hierarchy (View Summary)

Properties

currency0: `0x${string}`
currency1: `0x${string}`
amount0Raw: bigint
amount1Raw: bigint
sqrtPriceX96: bigint
baseCurrencyIsCurrency0: boolean