UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

10 lines 338 B
import { AbstractMethod } from '../core/AbstractMethod'; export default class ThpGetCredentials extends AbstractMethod<'thpGetCredentials'> { init(): void; run(): Promise<{ autoconnect: boolean; trezor_static_public_key: string; credential: string; }>; } //# sourceMappingURL=thpGetCredentials.d.ts.map