This repository was archived by the owner on Jan 14, 2020. It is now read-only.
This repository was archived by the owner on Jan 14, 2020. It is now read-only.
Listen for 'confirmation' event to avoid need for waitTransactionFinished #161
Open
Description
Now we're using web3 1.0, we could listen for the confirmation event to avoid the need to waitTransactionFinished. Though there are benefits to having both, such as updating the UI when the transaction has a receipt vs when it is actually confirmed.
Thought I'd bring it up, anyway, as we now have access to a few more convenient APIs.