MCP Crypto Wallet EVM

by dcSpark
Verified
MIT License
30
2
  • Apple
  • Linux

provider_estimate_gas

Estimate the gas required for a transaction

Input Schema

NameRequiredDescriptionDefault
transactionYesThe transaction to estimate gas for

Input Schema (JSON Schema)

{ "properties": { "transaction": { "description": "The transaction to estimate gas for", "properties": { "data": { "type": "string" }, "from": { "type": "string" }, "to": { "type": "string" }, "value": { "type": "string" } }, "type": "object" } }, "required": [ "transaction" ], "type": "object" }