UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

4 lines 227 B
import { PROTO } from '../../constants'; import type { Params, Response } from '../params'; export declare function loadDevice(params: Params<PROTO.LoadDevice>): Response<PROTO.Success>; //# sourceMappingURL=loadDevice.d.ts.map