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
Need UI design for how to handle Arrays and Dictionary Support.
It can be very complicated to convert
transaction(strings: [String])
...
need form where user can 1 or more values to an array.
Also need validation so that user doesn't put in numbers instead of strings. We could use current validation, just mentioning it.
Dictionary is much more complicated since Dictionary could be made up of complex types. So we'd have to restrict it to basic types.
Tasks
Notes:
The text was updated successfully, but these errors were encountered: