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
Currently batch errors are just treated as web3::Error::Transport errors. It would be beneficial for calling code if ExecutionError had a separate error variant for when the full batch call fails (as opposed to an inner call).
The text was updated successfully, but these errors were encountered:
Currently batch errors are just treated as
web3::Error::Transport
errors. It would be beneficial for calling code ifExecutionError
had a separate error variant for when the full batch call fails (as opposed to an inner call).The text was updated successfully, but these errors were encountered: