@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
6 lines • 612 B
TypeScript
import { MessagesSchema as PROTO } from '@trezor/protobuf';
import type { Params, Response } from '../params';
import type { EthereumSignTypedData, EthereumSignTypedDataTypes, EthereumSignTypedHash } from './ethereum';
export declare function ethereumSignTypedData<T extends EthereumSignTypedDataTypes>(params: Params<EthereumSignTypedData<T>>): Response<PROTO.EthereumTypedDataSignature>;
export declare function ethereumSignTypedData<T extends EthereumSignTypedDataTypes>(params: Params<EthereumSignTypedHash<T>>): Response<PROTO.EthereumTypedDataSignature>;
//# sourceMappingURL=ethereumSignTypedData.d.ts.map