UNPKG

olympus-protocol-connector

Version:

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

12 lines (11 loc) 446 B
import { Service } from '../../../Service'; import BigNumber from 'bignumber.js'; import { IMotTaxable } from '../../../interfaces/IMotTaxable'; export declare class MotTaxableService extends Service implements IMotTaxable { static create(productAddress: string): Promise<MotTaxableService>; private mot; private derivative; private constructor(); motBalance(): Promise<BigNumber>; getExchangeMotFee(): Promise<number>; }