UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

4 lines 245 B
import type { Device } from '../Device'; export declare const createThpChannel: (device: Device) => Promise<void>; export declare const thpHandshake: (device: Device, unlockPin?: boolean) => Promise<void>; //# sourceMappingURL=handshake.d.ts.map