get_transaction
Retrieve detailed information about a specific transaction on the Rootstock blockchain by providing its unique hash using the Rootstock MCP Server.
Instructions
Get details of a transaction by hash
Input Schema
Name | Required | Description | Default |
---|---|---|---|
hash | Yes | Transaction hash |
Input Schema (JSON Schema)
{
"properties": {
"hash": {
"description": "Transaction hash",
"type": "string"
}
},
"required": [
"hash"
],
"type": "object"
}