UNPKG

kleros-escrow-data-service

Version:

Data service for interacting with Kleros Escrow

9 lines (8 loc) 238 B
// Export all types from the individual files export * from './transaction'; export * from './token'; export * from './dispute'; export * from './events'; export * from './arbitrator'; export * from './config'; export * from './graphql';