Interface TickMinimal

TickMinimal

The TickMinimal interface represents the minimal tick data in an option pool.

Hierarchy

  • TickMinimal

Properties

index: number

The unique identifier for the tick.

normalizedPrice: bigint

The normalized price of the asset, which accounts for factors like inflation or currency conversion.

price: bigint

The price of the asset at this tick. It's expressed as a bigint for precision.

Generated using TypeDoc