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::transfermethodstransfer_to_objectandtransfer_to_object_id - Added:
sui::dynamic_fieldandsui::dynamic_object_field
Please read the migration guide for more information.