Skip to content

Commit a981106

Browse files
committed
added forward_payload format to NFT and Jettons
1 parent fab4d90 commit a981106

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

text/0064-token-data-standard.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ Data that does not fit in one cell can be stored in two ways:
102102

103103
Data that fits into one cell is stored in "Snake format".
104104

105+
If the prefix is not `0x00` or `0x01`, then the data is probably encoded by the TL-B schema (relating to a specific smart contract), for example, like in the [DNS contract](https://github.com/ton-blockchain/TEPs/blob/master/text/0081-dns-standard.md#dns-records).
106+
105107
## Informal TL-B scheme:
106108
```
107109
text#_ {n:#} data:(SnakeData ~n) = Text;
@@ -156,4 +158,7 @@ While on-chain data storage is preferred, off-chain/semi-chain options allow fle
156158
None
157159

158160
# Changelog
161+
159162
* 14 May 2022 - the standard is now used not only for NFT, but for all tokens in the TON. Added section "Jetton metadata attributes".
163+
164+
* 31 Aug 2022 - added note about data encoded in TL-B schema in "Data serialization" paragraph.

0 commit comments

Comments
 (0)