UNPKG

kleros-escrow-data-service

Version:

Data service for interacting with Kleros Escrow

7 lines (6 loc) 247 B
// Export all services export { TransactionService } from "./transaction"; export { DisputeService } from "./dispute"; export { ArbitratorService } from "./arbitrator"; export { IPFSService } from "./ipfs"; export { EventService } from "./event";