UNPKG

@ledgerhq/live-common

Version:
5 lines 371 B
import type { ScanAccountEvent, ScanAccountEventRaw } from "@ledgerhq/types-live"; export { getCurrencyBridge, getAccountBridge } from "./impl"; export declare function fromScanAccountEventRaw(raw: ScanAccountEventRaw): Promise<ScanAccountEvent>; export declare function toScanAccountEventRaw(e: ScanAccountEvent): ScanAccountEventRaw; //# sourceMappingURL=index.d.ts.map