You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to wait on the result of a transaction is a critical piece of functionality. Based on my inspection of the web3.js code. They implement it roughly as follows.
Open a websocket connection to listen for changes in the signature status
Send a request to the rpc method in case the transaction has already reached the desired finality and cancel the subscription if so
Return the result of the operation
The text was updated successfully, but these errors were encountered:
Being able to wait on the result of a transaction is a critical piece of functionality. Based on my inspection of the web3.js code. They implement it roughly as follows.
The text was updated successfully, but these errors were encountered: