UNPKG

kleros-escrow-data-service

Version:

Data service for interacting with Kleros Escrow

8 lines (7 loc) 213 B
// 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';