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
/
markets.interface.d.ts
7 lines
(6 loc)
•
109 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
Market
{
id
:
string
;
name
:
string
;
base_unit
:
string
;
quote_unit
:
string
; }