aptos-models/models/descriptions/change_data.md
2025-07-18 14:06:01 -07:00

480 B

{% docs change_data %}

The data object within this state change, containing the specific information about what was modified.

Data type: String (JSON) Example:

  • {"coin":{"value":"1000000"}}
  • {"balance":"500000"}

Business Context:

  • Essential for understanding the specific data modifications in state changes.
  • Critical for state change analysis and data modification tracking.
  • Enables detailed state change analytics and modification reporting.

{% enddocs %}