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