@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
4 lines • 349 B
TypeScript
import { MarketCurrencyChartDataRequestParams, MarketCoinDataChart } from "../utils/types";
export declare function supportedCounterCurrencies(): Promise<string[]>;
export declare function fetchCurrencyChartData({ id, counterCurrency, range, }: MarketCurrencyChartDataRequestParams): Promise<MarketCoinDataChart>;
//# sourceMappingURL=index.d.ts.map