UNPKG

@nitin-spheron/desub-js

Version:

Typescript library for working with the decentralised subscription contracts in Spheron

6 lines (5 loc) 117 B
import { BigNumber } from 'ethers'; export interface DiscountData { amount: BigNumber; percent: BigNumber; }