UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

6 lines (5 loc) 150 B
import { Uint32String } from '../../stores/library/int'; export interface ObserveParams { poolAddress: string; secondsAgos: Uint32String[]; }