UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

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