UNPKG

@nitin-spheron/desub-js

Version:

Typescript library for working with the decentralised subscription contracts in Spheron

7 lines (5 loc) 111 B
import { BigNumber } from 'ethers' export interface DiscountData { amount: BigNumber percent: BigNumber }