UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

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