Currently anything that isn't a basic type is just treated as a string. It would be good to support arrays via StringSlice(...) parameters and then have them encoded correctly via #5.
Alternatively, the shorthand could be updated to support top level arrays and scalars and then be used for any complex parameter type.
Currently anything that isn't a basic type is just treated as a string. It would be good to support arrays via
StringSlice(...)
parameters and then have them encoded correctly via #5.Alternatively, the shorthand could be updated to support top level arrays and scalars and then be used for any complex parameter type.