UNPKG

@ledgerhq/live-common

Version:
6 lines 696 B
import type { Account, AccountLike } from "@ledgerhq/types-live"; export { accountWithMandatoryTokens, findTokenAccountByCurrency, flattenAccounts, getMainAccount, getAccountCurrency, getAccountSpendableBalance, getFeesCurrency, getFeesUnit, getParentAccount, isAccount, isAccountBalanceUnconfirmed, isTokenAccount, listSubAccounts, shortAddressPreview, } from "@ledgerhq/coin-framework/account/index"; export declare const isAccountEmpty: (a: AccountLike) => boolean; export declare function clearAccount<T extends AccountLike>(account: T): T; export declare const getVotesCount: (account: AccountLike, parentAccount?: Account | null | undefined) => number; //# sourceMappingURL=helpers.d.ts.map