UNPKG

@nitin-spheron/desub-js

Version:

Typescript library for working with the decentralised subscription contracts in Spheron

9 lines (8 loc) 285 B
import Payment from './payment'; import Subscription from './subscription'; import Vendor from './vendors/ethers'; import * as ethersHelper from './vendors/ethers.helpers'; declare const helpers: { ethers: typeof ethersHelper; }; export { Payment, Subscription, Vendor, helpers };