client.transactions.wait
Wait for a tracked transaction to reach a canonical status.
| Package | @torq-finance/sdk |
|---|---|
| Signature | client.transactions.wait(chainId, txHash, target = 'final_success', options?) |
Behavior
Polls the canonical transaction endpoint until the requested tracked status is reached or the configured timeout expires.
Security boundary
Do not consider submission or mining alone a completed product action.
See the API Reference for the governed endpoint contract and the workflow guide for canonical completion semantics.