@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
8 lines • 311 B
TypeScript
import type { Transaction } from "@ledgerhq/coin-bitcoin/types";
import type { AccountBridge, CurrencyBridge } from "@ledgerhq/types-live";
declare const _default: {
currencyBridge: CurrencyBridge;
accountBridge: AccountBridge<Transaction>;
};
export default _default;
//# sourceMappingURL=mock.d.ts.map