UNPKG
acx-io
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Typescript wrapper for ACX Exchange
github.com/sketchthat/acx
sketchthat/acx
acx-io
/
dist
/
interfaces
/
public
/
depth.interface.d.ts
6 lines
(5 loc)
•
94 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
Depth
{
timestamp
:
number
;
asks
:
string
[][];
bids
:
string
[][]; }