UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

8 lines (7 loc) 265 B
import { Uint32String, Int56String, Uint160String } from '../../stores/library/int'; export interface Observation { blockTimestamp: Uint32String; tickCumulative: Int56String; secondsPerLiquidityCumulativeX128: Uint160String; initialized: boolean; }