Wait For Transaction
genlayer_wait_for_transactionPoll GenLayer transaction status until accepted or finalized, then return the combined inspection payload.
Instructions
Poll GenLayer transaction status until accepted or finalized, then return the combined inspection payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txId | Yes | Transaction hash with 0x prefix. | |
| timestamp | No | Optional unix timestamp override for GenLayer status/receipt methods. | |
| intervalMs | No | Polling interval in milliseconds. | |
| maxAttempts | No | Maximum number of polling attempts. | |
| targetStatus | No | Stop polling when this status is reached. | finalized |