UNPKG

@bsv/wallet-toolbox-client

Version:
12 lines 672 B
import { FiatExchangeRates, WalletServicesOptions } from '../../sdk/WalletServices.interfaces'; export declare function updateChaintracksFiatExchangeRates(targetCurrencies: string[], options: WalletServicesOptions): Promise<FiatExchangeRates>; export declare function updateExchangeratesapi(targetCurrencies: string[], options: WalletServicesOptions): Promise<FiatExchangeRates>; export interface ExchangeRatesIoApi { success: boolean; timestamp: number; base: 'EUR' | 'USD'; date: string; rates: Record<string, number>; } export declare function getExchangeRatesIo(key: string): Promise<ExchangeRatesIoApi>; //# sourceMappingURL=exchangeRates.d.ts.map