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
We can add EnumAsNumber: 1,2,3,etc, EnumAsStringifiedNumber: "1", "2", "3", etc, and EnumAsString: depends on how the enum declared, it can be the stringized identifier or the string value of the the enum.
The text was updated successfully, but these errors were encountered:
see status-im/status-desktop#14058
We can add
EnumAsNumber
: 1,2,3,etc,EnumAsStringifiedNumber
: "1", "2", "3", etc, andEnumAsString
: depends on how the enum declared, it can be the stringized identifier or the string value of the the enum.The text was updated successfully, but these errors were encountered: