UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

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