UNPKG

@ledgerhq/live-common

Version:
4 lines 247 B
import { InterestRate } from "."; import { ApiState } from "./selectorUtils"; export declare const selectInterestRateByCurrency: (state: ApiState, currencyId: string) => InterestRate | undefined; //# sourceMappingURL=interestRateSelectors.d.ts.map