UNPKG

@yoroi/types

Version:
12 lines (9 loc) 280 B
import {AxiosRequestConfig} from 'axios' import {ExchangeProvider} from './provider' export interface ExchangeApi { getBaseUrl( providerId: string, fetcherOptions?: AxiosRequestConfig, ): Promise<string> getProviders(): Promise<Record<string, ExchangeProvider>> }