UNPKG

olympus-protocol-connector

Version:

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

10 lines (9 loc) 292 B
import { Service } from '../../../Service'; export declare class ExchangeAdapterService extends Service { static get(address: string): ExchangeAdapterService; isEnabled(): Promise<boolean>; getExchangeDetails(): Promise<{ name: string; enabled: boolean; }>; }