UNPKG

@abcpros/bitcore-wallet-service

Version:
15 lines 455 B
import * as request from 'request'; import { Storage } from './storage'; export declare class CurrencyRateService { request: request.RequestAPI<any, any, any>; apiKey: string; providers: any[]; storage: Storage; apiUrl: ''; init(opts: any, cb: any): void; startCron(opts: any, cb: any): any; _fetch(cb?: any): void; _retrieve(cb: any): void; convertRates(raw: any): any; } //# sourceMappingURL=currencyrate.d.ts.map