@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
12 lines • 398 B
TypeScript
type UseLargeMoverCurrenciesParams = {
ids: string[];
counterCurrency: string;
};
export declare const useLargeMoverCurrencies: ({ ids, counterCurrency, }: UseLargeMoverCurrenciesParams) => {
id: string;
data: import("../utils/types").MarketCurrencyData | undefined;
isLoading: boolean;
isError: boolean;
}[];
export {};
//# sourceMappingURL=useLargeMoverCurrencies.d.ts.map