wallet_populate_transaction
Populate incomplete Ethereum or EVM-compatible blockchain transactions by auto-filling missing fields such as gasLimit, nonce, or gasPrice, ensuring transactions are ready for signing and execution.
Instructions
Populate a transaction with missing fields
Input Schema
Name | Required | Description | Default |
---|---|---|---|
transaction | Yes | The transaction to populate | |
wallet | No | The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set. |