Type Alias PriceCalculationData

PriceCalculationData: {
    decimalsMap: DecimalsMap;
    poolMap: PoolMap;
    tickArrayMap: TickArrayMap;
}

A set of fetched accounts that are used for price calculations in PriceModule functions.

A map of WhirlpoolData accounts that are used for price calculations.

A map of TickArrayData accounts that are used for price calculations.

A map of token decimals that are used for price calculations.