estimate_gas
Calculate the gas cost for Hedera transactions by specifying sender, receiver, network, and optional details like value or contract data using the HashPilot MCP server.
Instructions
Estimate gas for a transaction
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | No | Transaction data for contract calls (optional) | |
from | Yes | From address (Hedera account ID or 0x address) | |
network | No | Network to query (mainnet, testnet, previewnet). Default: testnet | |
to | Yes | To address (Hedera account ID or 0x address) | |
value | No | Amount in HBAR to send (optional) |