UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

5 lines 330 B
import { MessagesSchema as PROTO } from '@trezor/protobuf'; import type { Params, Response } from '../params'; import type { EthereumVerifyMessage } from './ethereum'; export declare function ethereumVerifyMessage(params: Params<EthereumVerifyMessage>): Response<PROTO.Success>; //# sourceMappingURL=ethereumVerifyMessage.d.ts.map