@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
8 lines • 629 B
TypeScript
import type { CryptoCurrency } from "@ledgerhq/types-cryptoassets";
import { Account, AccountBridge, AccountLike, CurrencyBridge } from "@ledgerhq/types-live";
import type { CryptoAssetsStore } 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>;
export declare function setup(store: CryptoAssetsStore): void;
//# sourceMappingURL=impl.d.ts.map