Child Objects -> Dynamic Fields

Breaking Changes Ahead!

With the release of Sui 0.13.0, we are replacing the concept of Child Objects with new and improved Dynamic Fields. This is a breaking change.

Two things are happening with the Move API:

  • Removed: sui::transfer methods transfer_to_object and transfer_to_object_id
  • Added: sui::dynamic_field and sui::dynamic_object_field

Please read the migration guide for more information.

31 Likes