Devs currently have to manually create these types. It'd be great to have proper SDK support for all of these new types for both entry function and view function calls (separate APIs) as well as simulation
FixedPoint doesn't work as output, as there is no JSON conversion for it.
Object works an an input, but as an output it does the ugly JSON of ```
{"inner": "0x12345"}
Option works as an output, but does not work as an input, this may be a limitation at the API level. The SDK needs to do the fun conversion of undefined -> none, etc., but it doesn't work even with array notation
Structs, and nested structs, along with all numbers and vectors of u8 and u64 work great. Nested nested vectors, unsure at this moment.
Devs currently have to manually create these types. It'd be great to have proper SDK support for all of these new types for both entry function and view function calls (separate APIs) as well as simulation