UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

9 lines 316 B
import { MessagesSchema as PROTO } from '@trezor/protobuf'; import { AbstractMethod } from '../core/AbstractMethod'; export default class ChangePin extends AbstractMethod<'changePin', PROTO.ChangePin> { init(): void; run(): Promise<{ message: string; }>; } //# sourceMappingURL=changePin.d.ts.map