We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes, users may not want to user the watch_interval. Having a Tx watcher can make them configure how they want the waiting.
watch_interval
Also, we can accept an array-like, in order to watch several txs like a join for threading.
watch_tx("tx_hash", interval_ms); watch_txs({ "tx_hash1", "tx_hash2" }, interval_ms);
The text was updated successfully, but these errors were encountered:
Single watcher added in 2c50f6d.
Sorry, something went wrong.
No branches or pull requests
Sometimes, users may not want to user the
watch_interval
. Having a Tx watcher can make them configure how they want the waiting.Also, we can accept an array-like, in order to watch several txs like a join for threading.
The text was updated successfully, but these errors were encountered: