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
So far we were validating it as a string, but when we send the EVM doesn't accept it as a string, but we need to convert it into a byte, so it makes sense to also validate it as a byte.
So, we should validate both:
if a user inserts a string
or if a user inserts bytes
There are many types of bytes, so we also need to check if it's bytes, byte32 etc.
The text was updated successfully, but these errors were encountered:
@todo
So far we were validating it as a string, but when we send the EVM doesn't accept it as a string, but we need to convert it into a byte, so it makes sense to also validate it as a byte.
So, we should validate both:
There are many types of bytes, so we also need to check if it's bytes, byte32 etc.
The text was updated successfully, but these errors were encountered: