Skip to content

Commit

Permalink
Update the byte-represented data
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAsten authored Sep 13, 2024
1 parent ed71328 commit c27f513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/token-2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ then the transfer amount is 75 tokens. You create a `TransferChecked` instructio
this byte-represented data:

```
[12, 100, 0, 0, 0, 0, 0, 0, 0, 2]
[12, 75, 0, 0, 0, 0, 0, 0, 0, 2]
^^ TransferChecked enum
^^^^^^^^^^^^^^^^^^^^^^^^ 100, as a little-endian 64-bit unsigned integer
^^^^^^^^^^^^^^^^^^^^^^^^ 75, as a little-endian 64-bit unsigned integer
^ 2, as a byte
```

Expand Down

0 comments on commit c27f513

Please sign in to comment.