UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

4 lines 252 B
import type { PROTO } from '../../constants'; import type { Params, Response } from '../params'; export declare function getFirmwareHash(params: Params<PROTO.GetFirmwareHash>): Response<PROTO.FirmwareHash>; //# sourceMappingURL=getFirmwareHash.d.ts.map