@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
7 lines • 333 B
TypeScript
import { CryptoOrTokenCurrency } from "@ledgerhq/types-cryptoassets";
import { ApyType } from "../types/trend";
export declare const useInterestRatesByCurrencies: (currencies: CryptoOrTokenCurrency[]) => Record<string, {
value: number;
type: ApyType;
} | undefined>;
//# sourceMappingURL=useInterestRatesByCurrencies.d.ts.map