UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

4 lines 252 B
import type { ThpCredentials } from '@trezor/protocol'; import type { CommonParams, Response } from '../params'; export declare function thpGetCredentials(params?: CommonParams): Response<ThpCredentials>; //# sourceMappingURL=thpGetCredentials.d.ts.map