UNPKG

@ledgerhq/live-common

Version:
10 lines 494 B
import Transport from "@ledgerhq/hw-transport"; import { Exec } from "../../apps"; /** * ExecWithTransport * @param transport - The transport object used to communicate with the Ledger device. * @param appsBackupEnabled - Whether apps backup is enabled (feature flagged) * @returns An observable that emits the progress of the execution. */ export declare const execWithTransport: (transport: Transport, appsBackupEnabled?: boolean) => Exec; //# sourceMappingURL=execWithTransport.d.ts.map