UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

10 lines 354 B
import { PROTO } from '../constants'; import { AbstractMethod } from '../core/AbstractMethod'; export default class ShowDeviceTutorial extends AbstractMethod<'showDeviceTutorial', PROTO.ShowDeviceTutorial> { init(): void; get info(): string; run(): Promise<{ message: string; }>; } //# sourceMappingURL=showDeviceTutorial.d.ts.map