@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
5 lines • 362 B
TypeScript
import type { ScanAccountEvent, ScanAccountEventRaw } from "@ledgerhq/types-live";
export { getCurrencyBridge, getAccountBridge } from "./impl";
export declare function fromScanAccountEventRaw(raw: ScanAccountEventRaw): ScanAccountEvent;
export declare function toScanAccountEventRaw(e: ScanAccountEvent): ScanAccountEventRaw;
//# sourceMappingURL=index.d.ts.map