A transaction watcher (awaiter).
The transaction fetcher
The options
Optional
patienceThe patience: an extra time (in milliseconds) to wait, after the transaction has reached its desired status. Currently there's a delay between the moment a transaction is marked as "completed" and the moment its outcome (contract results, events and logs) is available.
Optional
pollingThe polling interval, in milliseconds
Optional
timeoutThe timeout, in milliseconds
Protected
Readonly
fetcherProtected
Readonly
patienceProtected
Readonly
pollingProtected
Readonly
timeoutStatic
DefaultStatic
DefaultStatic
DefaultWaits until the transaction is completely processed.
Protected
awaitWaits until the transaction reaches the "pending" status.
Protected
getPrivate
transactionStatic
Noop
TransactionWatcher allows one to continuously watch (monitor), by means of polling, the status of a given transaction.