UNPKG

@nitin-spheron/desub-js

Version:

Typescript library for working with the decentralised subscription contracts in Spheron

7 lines (6 loc) 142 B
export * from './contract'; export * from './transaction'; export * from './subscription'; export interface Keyed { [key: string]: any; }