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