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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
At present, the promise returned from contract functions only resolves when the transaction is mined. To provide users with more insight into transaction processing, it'd be ideal if it were possible to fetch the transaction ID as soon as it's submitted, instead of only when it's mined.
It's possible to explicitly call sendTransaction on a contract method, which resolves as soon as the transaction is submitted, but no functionality is exposed to then provide a promise that resolves when the transaction is later mined.
The text was updated successfully, but these errors were encountered:
At present, the promise returned from contract functions only resolves when the transaction is mined. To provide users with more insight into transaction processing, it'd be ideal if it were possible to fetch the transaction ID as soon as it's submitted, instead of only when it's mined.
It's possible to explicitly call
sendTransaction
on a contract method, which resolves as soon as the transaction is submitted, but no functionality is exposed to then provide a promise that resolves when the transaction is later mined.The text was updated successfully, but these errors were encountered: