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