UNPKG

@nitin-spheron/desub-js

Version:

Typescript library for working with the decentralised subscription contracts in Spheron

13 lines (12 loc) 244 B
export interface SubscriptionParameters { param: string value: number } export interface TokenData { symobl: string address: string decimals: number isChainLinkFeed: boolean priceFeedAddress: string priceFeedPrecision: number }