UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

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