UNPKG

@nitin-spheron/desub-js

Version:

Typescript library for working with the decentralised subscription contracts in Spheron

6 lines (5 loc) 209 B
import Services from '../abstracts/services'; export default class extends Services { tokenToUSD(a: string, t: number, k: string): Promise<number>; tokenQuote(t: number, k: string): Promise<number>; }