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