mirror of
https://github.com/FlipsideCrypto/aptos-models.git
synced 2026-02-06 14:22:07 +00:00
480 B
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 %}