UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

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