wait_for_transaction
Monitors a transaction on the Neo N3 blockchain until it is confirmed on-chain. Supports customizable timeout and polling interval.
Instructions
Wait for a transaction to be confirmed on-chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | Yes | Transaction hash (64 hex chars, optional 0x prefix) | |
| network | No | Optional: Network | |
| timeoutMs | No | Optional timeout in milliseconds | |
| pollIntervalMs | No | Optional polling interval in milliseconds | |
| includeApplicationLog | No | Include the application log once the transaction confirms |