Run Transaction Report
genlayer_run_transaction_reportGenerate a comprehensive transaction report by polling for finality, inspecting status, and optionally capturing a contract snapshot.
Instructions
Orchestrate waiting, inspection, status explanation, optional trace lookup, and optional contract snapshot into one transaction report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txId | Yes | Transaction hash with 0x prefix. | |
| wait | No | Whether to poll before producing the final report. | |
| address | No | Optional contract address to snapshot alongside the transaction report. | |
| timestamp | No | Optional unix timestamp override for GenLayer status/receipt methods. | |
| intervalMs | No | Polling interval in milliseconds when waiting. | |
| maxAttempts | No | Maximum polling attempts when waiting. | |
| targetStatus | No | Desired status target if waiting is enabled. | finalized |