decode_transaction
Decode a NEAR transaction by hash and sender ID to reveal all actions and their effects.
Instructions
Decodes and explains a NEAR transaction, including all actions and their effects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | NEAR network to query (default: mainnet) | |
| tx_hash | Yes | The transaction hash to decode | |
| sender_id | Yes | The sender account ID (required for lookup) |