UNPKG

@nitin-spheron/desub-js

Version:

Typescript library for working with the decentralised subscription contracts in Spheron

13 lines (10 loc) 288 B
/* * index file which allows declaration of small, utility interfaces * as well as the re-export (barrel pattern) of interfaces within this dir */ export * from './contract' export * from './transaction' export * from './subscription' export interface Keyed { [key: string]: any }