Update simple-serialize.md

This commit is contained in:
Justin 2019-02-27 13:04:36 +01:00 committed by GitHub
parent e698d7e29b
commit 0df8f8b3c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ This is a **work in progress** describing typing, serialization and Merkleizatio
- [Constants](#constants)
- [Typing](#typing)
- [Primitive types](#primitive-types)
- [Basic types](#basic-types)
- [Composite types](#composite-types)
- [Notation](#notation)
- [Aliases](#aliases)
@ -30,7 +30,7 @@ This is a **work in progress** describing typing, serialization and Merkleizatio
## Typing
#### Primitive types
#### Basic types
* `uintN`: `N`-bit unsigned integer (where `N in [8, 16, 32, 64, 128, 256]`)
* `bool`: 1-bit unsigned integer