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
Is there a current work around for a byte array as an argument? My constructor uses two bye arrays and I'm getting Failed to deserialize param when I try to deploy.
Allow users to input bytearrays efficiently by defining a byte array scheme.
Example:
The scheme should be either
string
or a specific string encoding such asutf8
The text was updated successfully, but these errors were encountered: