FrankC01 / pysui

SUI Python Client SDK
Apache License 2.0
118 stars 32 forks source link

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

Closed FrankC01 closed 4 months ago

FrankC01 commented 5 months ago

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
FrankC01 commented 4 months ago

Released in 0.60.0