UNPKG

@ledgerhq/live-common

Version:
8 lines 424 B
export { groupCurrenciesByAsset } from "./groupCurrenciesByAsset"; export { sortAccountsByFiatValue } from "./sortAccountsByFiatValue"; const getBaseId = (currency) => currency.type === "CryptoCurrency" ? currency.id : currency.parentCurrency.id; function belongsToSameNetwork(elem, network) { return getBaseId(elem) === getBaseId(network); } export { getBaseId, belongsToSameNetwork }; //# sourceMappingURL=index.js.map