wait_for_transaction
Monitor a Neo N3 transaction until it is confirmed on-chain. Optionally retrieve the application log after confirmation.
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) | |
| timeoutMs | No | Optional timeout in milliseconds | |
| pollIntervalMs | No | Optional polling interval in milliseconds | |
| includeApplicationLog | No | Include the application log once the transaction confirms | |
| network | No | Optional: Network |