UNPKG

olympus-protocol-connector

Version:

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

11 lines (10 loc) 358 B
import { Service } from '../../Service'; export declare class MOTTaxableService extends Service { static MOT: string; static KOVAN_MOT: string; static getChainMOTAddress(): string; static create(address: string): Promise<MOTTaxableService>; MOT(): Promise<string>; feeAmount(): Promise<number>; motNetwork(mot: string): string; }