olympus-protocol-connector
Version:
Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript
13 lines (12 loc) • 405 B
TypeScript
import { Service } from '../../Service';
export declare class FeeChargerService extends Service {
/**
* @deprecated Use method create
*/
static get(address: string): Promise<FeeChargerService>;
static create(address: string): Promise<FeeChargerService>;
private constructor();
MOT(): Promise<string>;
feeAmount(): Promise<number>;
motNetwork(mot: string): string;
}