UNPKG
kleros-escrow-data-service
Version:
latest (0.9.1)
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
Data service for interacting with Kleros Escrow
kleros-escrow-data-service
/
dist
/
types
/
index.js
8 lines
(7 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// Export all types from the individual files
export
*
from
'./transaction'
;
export
*
from
'./dispute'
;
export
*
from
'./events'
;
export
*
from
'./arbitrator'
;
export
*
from
'./config'
;
export
*
from
'./graphql'
;