wallet_sign_transaction
Sign Ethereum or EVM-compatible blockchain transactions securely using a wallet's private key. Input transaction details to generate a signed transaction without broadcasting it to the network.
Instructions
Sign a transaction without sending it
Input Schema
Name | Required | Description | Default |
---|---|---|---|
transaction | Yes | The transaction to sign | |
wallet | No | The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set. |