Skip to content

Commit e545418

Browse files
authored
update tl-b scheme in TEP64 (#100)
- define reference n - rename HashmapE as in block.tlb
1 parent 1e5b2c4 commit e545418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0064-token-data-standard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ If the prefix is not `0x00` or `0x01`, then the data is probably encoded by the
108108
## Informal TL-B scheme:
109109
```
110110
text#_ {n:#} data:(SnakeData ~n) = Text;
111-
snake#00 data:(SnakeData ~n) = ContentData;
111+
snake#00 {n:#} data:(SnakeData ~n) = ContentData;
112112
chunks#01 data:ChunkedData = ContentData;
113-
onchain#00 data:(HashMapE 256 ^ContentData) = FullContent;
113+
onchain#00 data:(HashmapE 256 ^ContentData) = FullContent;
114114
offchain#01 uri:Text = FullContent;
115115
```
116116

0 commit comments

Comments
 (0)