UNPKG

@ledgerhq/live-common

Version:
7 lines 333 B
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