@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
9 lines • 544 B
TypeScript
import { Currency, CryptoCurrency, TokenCurrency } from "@ledgerhq/types-cryptoassets";
export declare function isCryptoCurrency(currency: Currency): currency is CryptoCurrency;
export declare function isTokenCurrency(currency: Currency): currency is TokenCurrency;
export declare function isUTXOCompliant(currencyFamily: string): boolean;
export type CurrencyFilters = {
currencies?: string[];
};
export declare function getFamilyByCurrencyId(currencyId: string): CryptoCurrency["family"] | undefined;
//# sourceMappingURL=helpers.d.ts.map