UNPKG

@ledgerhq/live-common

Version:
7 lines 334 B
import { CryptoOrTokenCurrency } from "@ledgerhq/types-cryptoassets"; import { AssetData } from "./type"; export declare const groupCurrenciesByAsset: (assetsSorted: AssetData[]) => Map<string, { mainCurrency: CryptoOrTokenCurrency; currencies: CryptoOrTokenCurrency[]; }>; //# sourceMappingURL=groupCurrenciesByAsset.d.ts.map