@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
7 lines • 365 B
TypeScript
import { CryptoCurrencyId } from "@ledgerhq/types-cryptoassets";
import { Feature } from "@ledgerhq/types-live";
export declare function useCurrenciesUnderFeatureFlag(): {
featureFlaggedCurrencies: Partial<Record<CryptoCurrencyId, Feature<unknown> | null>>;
deactivatedCurrencyIds: Set<string>;
};
//# sourceMappingURL=useCurrenciesUnderFeatureFlag.d.ts.map