UNPKG

@nitin-spheron/desub-js

Version:

Typescript library for working with the decentralised subscription contracts in Spheron

14 lines (11 loc) 465 B
// Import the Payment, Subscription, Vendor, and ethersHelper modules import Payment from './payment' import Subscription from './subscription' import Vendor from './vendors/ethers' import * as ethersHelper from './vendors/ethers.helpers' // Create a helpers object that contains the ethersHelper module const helpers = { ethers: ethersHelper, } // Export the Payment, Subscription, Vendor, and helpers modules export { Payment, Subscription, Vendor, helpers }