evm_gettransactionverbose
Decode and retrieve detailed ABI-encoded transaction data, including optional internal transactions, using the specified transaction hash on supported blockchains.
Instructions
Get the ABI-decoded contents of a transaction by the given transaction hash.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chain | No | The chain to query | eth |
include | No | If the result should contain the internal transactions. | |
transaction_hash | Yes | The transaction hash |