Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit c27f513

Browse files
authored
Update the byte-represented data
1 parent ed71328 commit c27f513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/token-2022.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ then the transfer amount is 75 tokens. You create a `TransferChecked` instructio
4848
this byte-represented data:
4949

5050
```
51-
[12, 100, 0, 0, 0, 0, 0, 0, 0, 2]
51+
[12, 75, 0, 0, 0, 0, 0, 0, 0, 2]
5252
^^ TransferChecked enum
53-
^^^^^^^^^^^^^^^^^^^^^^^^ 100, as a little-endian 64-bit unsigned integer
53+
^^^^^^^^^^^^^^^^^^^^^^^^ 75, as a little-endian 64-bit unsigned integer
5454
^ 2, as a byte
5555
```
5656

0 commit comments

Comments
 (0)