eth_signTransaction
Sign an Ethereum transaction using a specified wallet by providing transaction details like recipient, nonce, gas limit, and chain ID.
Instructions
Sign a transaction using the eth_signTransaction method with a specified wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletId | Yes | ID of the wallet to use for signing. | |
| transaction | Yes | Ethereum transaction object |