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