wallet_sign_transaction
Sign Ethereum or EVM-compatible blockchain transactions offline using a wallet's private key or mnemonic. Ensure secure, offline transaction preparation before broadcasting.
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. |