@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
7 lines • 334 B
TypeScript
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