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
The enum construct should automatically generate conversion functions to and from string on JavaScript, but NOT on Solidity, which should work purely with the numerical constants.
Also, we should look into how ReasonML does it, and possibly try to be more compatible with it.
The text was updated successfully, but these errors were encountered:
The
enum
construct should automatically generate conversion functions to and from string on JavaScript, but NOT on Solidity, which should work purely with the numerical constants.Also, we should look into how ReasonML does it, and possibly try to be more compatible with it.
The text was updated successfully, but these errors were encountered: