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