UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

9 lines 296 B
import { Log } from '../../utils/debug'; import type { Device } from '../Device'; type Context = { device: Device; logger: Log; }; export declare const checkFirmwareHashWithRetries: (context: Context) => Promise<void>; export {}; //# sourceMappingURL=checkFirmwareHashWithRetries.d.ts.map