@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
17 lines • 533 B
TypeScript
type UseLargeMoverChartDataParams = {
ids: string[];
counterCurrency: string;
range: string;
};
export declare const useLargeMoverChartData: ({ ids, counterCurrency, range, }: UseLargeMoverChartDataParams) => {
chartDataArray: {
idChartData: string;
chartData: import("../../cg-client").MarketCoinDataChart | undefined;
isLoading: boolean;
isError: boolean;
}[];
loadingChart: boolean;
errorChart: boolean;
};
export {};
//# sourceMappingURL=useLargeMoverChartData.d.ts.map