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