You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/0064-token-data-standard.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ Three options can be used:
82
82
Data encoded as described in "2. On-chain content layout".
83
83
The dictionary must have `uri` key with a value containing the URI pointing to the JSON document with token metadata.
84
84
Clients in this case should merge the keys of the on-chain dictionary and off-chain JSON doc.
85
+
In case of collisions (the field exists in both off-chain data and on-chain data), on-chain values are used.
85
86
86
87
## Data serialization
87
88
Data that does not fit in one cell can be stored in two ways:
@@ -171,3 +172,5 @@ None
171
172
* 31 Aug 2022 - added note about data encoded in TL-B schema in "Data serialization" paragraph.
172
173
173
174
* 14 Oct 2022 - render_type and amount_style for Jetton metadata
175
+
176
+
* 20 Dec 2023 - added clarification for semi-chain data: "In case of collisions (the field exists in both off-chain data and on-chain data), on-chain values are used."
0 commit comments