UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

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