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
Context
As of testnet 17, parameters sent to smart contract are now byte arrays and not strings anymore
The args class serialise data into a string, it needs to be updated to match the new standard.
How to
The Args class must serialise data in byte arrays instead of strings
The Args class must deserialise data from a byte array instead of a string
Technical details:
To be added
The text was updated successfully, but these errors were encountered:
Context
As of testnet 17, parameters sent to smart contract are now byte arrays and not strings anymore
The args class serialise data into a string, it needs to be updated to match the new standard.
How to
Technical details:
The text was updated successfully, but these errors were encountered: