@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
9 lines • 486 B
TypeScript
import { Account } from "@ledgerhq/types-live";
export declare const getTokensWithFundsMap: (accounts: Account[]) => Map<string, {
ticker: string;
networkName: string;
id: string;
}>;
/** Format defaults to "USDT on Ethereum". format: "currencyId" returns the id of each token, e.g. "ethereum/erc20/usde". */
export declare const getTokensWithFunds: (accounts: Account[], customFormat?: "currencyId" | "default") => string[];
//# sourceMappingURL=getTokensWithFunds.d.ts.map