@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
5 lines • 371 B
TypeScript
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