Skip to content

Commit

Permalink
Merge pull request #2340 from ethereum/ByteList
Browse files Browse the repository at this point in the history
Add note for `ByteList` and `ByteVector`
  • Loading branch information
djrtwo authored Apr 20, 2021
2 parents e895c29 + a83a2f1 commit 18983bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ssz/simple-serialize.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ For convenience we alias:

* `bit` to `boolean`
* `byte` to `uint8` (this is a basic type)
* `BytesN` to `Vector[byte, N]` (this is *not* a basic type)
* `BytesN` and `ByteVector[N]` to `Vector[byte, N]` (this is *not* a basic type)
* `ByteList[N]` to `List[byte, N]`
* `null`: `{}`

### Default values
Expand Down

0 comments on commit 18983bd

Please sign in to comment.