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 27, 2025. It is now read-only.
Currently, contractInvoke can know straight away if the tx will fail in the line const sendTransactionResponse = await server.sendTransaction(tx)
There is no need to wait 20 seconds looking for a tx that you know has already failed
see logs:
The text was updated successfully, but these errors were encountered:
Currently, contractInvoke can know straight away if the tx will fail in the line
const sendTransactionResponse = await server.sendTransaction(tx)
There is no need to wait 20 seconds looking for a tx that you know has already failed
see logs:
The text was updated successfully, but these errors were encountered: