FrankC01/pysui

[change] Add support for Option<String> and Option<ID> in move calls

FrankC01 opened this issue · 1 comments

Right now it's handling scalars and vector, extend to handle title casses.

  1. Convert str to u8 and wrap in Option
  2. Convert id (str) to u8 and wrap in Option

Released in 0.60.0