@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
4 lines • 299 B
TypeScript
import type { Params, Response } from '../params';
import type { EthereumSignTransaction, EthereumSignedTx } from './ethereum';
export declare function ethereumSignTransaction(params: Params<EthereumSignTransaction>): Response<EthereumSignedTx>;
//# sourceMappingURL=ethereumSignTransaction.d.ts.map