UNPKG

@ledgerhq/live-common

Version:
6 lines 503 B
import type { CryptoCurrency } from "@ledgerhq/types-cryptoassets"; import { Account, AccountBridge, AccountLike, CurrencyBridge } from "@ledgerhq/types-live"; export declare const getCurrencyBridge: (currency: CryptoCurrency) => CurrencyBridge; export declare const getAccountBridge: (account: AccountLike, parentAccount?: Account | null) => AccountBridge<any>; export declare function getAccountBridgeByFamily(family: string, accountId?: string): AccountBridge<any>; //# sourceMappingURL=impl.d.ts.map