Skip to content

Commit

Permalink
update tl-b scheme in TEP64 (ton-blockchain#100)
Browse files Browse the repository at this point in the history
- define reference n
- rename HashmapE as in block.tlb
  • Loading branch information
deioann authored Jul 7, 2024
1 parent 1e5b2c4 commit e545418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/0064-token-data-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ If the prefix is not `0x00` or `0x01`, then the data is probably encoded by the
## Informal TL-B scheme:
```
text#_ {n:#} data:(SnakeData ~n) = Text;
snake#00 data:(SnakeData ~n) = ContentData;
snake#00 {n:#} data:(SnakeData ~n) = ContentData;
chunks#01 data:ChunkedData = ContentData;
onchain#00 data:(HashMapE 256 ^ContentData) = FullContent;
onchain#00 data:(HashmapE 256 ^ContentData) = FullContent;
offchain#01 uri:Text = FullContent;
```

Expand Down

0 comments on commit e545418

Please sign in to comment.