UNPKG
@swaptoshi/dex-module
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Klayr decentralized exchange (dex) on-chain module
swaptoshi.com
Swaptoshi/swaptoshi-sdk
@swaptoshi/dex-module
/
dist
/
types
/
stores
/
observation.d.ts
8 lines
(7 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Uint32String
,
Int56String
,
Uint160String
}
from
'../../stores/library/int'
;
export
interface
Observation
{
blockTimestamp
:
Uint32String
;
tickCumulative
:
Int56String
;
secondsPerLiquidityCumulativeX128
:
Uint160String
;
initialized
:
boolean
; }