A transaction watcher (awaiter).
The transaction fetcher
The options
Optional
patienceMilliseconds?: numberThe 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
pollingIntervalMilliseconds?: numberThe polling interval, in milliseconds
Optional
timeoutMilliseconds?: numberThe 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
getStatic
Noop
TransactionWatcher allows one to continuously watch (monitor), by means of polling, the status of a given transaction.