UNPKG

olympus-protocol-connector

Version:

Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript

6 lines (5 loc) 155 B
import { BigNumber } from 'bignumber.js'; export interface IMotTaxable { motBalance(): Promise<BigNumber>; getExchangeMotFee(): Promise<number>; }