mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-27 19:05:00 +00:00
Update simple-serialize.md
This commit is contained in:
parent
e698d7e29b
commit
0df8f8b3c6
@ -6,7 +6,7 @@ This is a **work in progress** describing typing, serialization and Merkleizatio
|
|||||||
|
|
||||||
- [Constants](#constants)
|
- [Constants](#constants)
|
||||||
- [Typing](#typing)
|
- [Typing](#typing)
|
||||||
- [Primitive types](#primitive-types)
|
- [Basic types](#basic-types)
|
||||||
- [Composite types](#composite-types)
|
- [Composite types](#composite-types)
|
||||||
- [Notation](#notation)
|
- [Notation](#notation)
|
||||||
- [Aliases](#aliases)
|
- [Aliases](#aliases)
|
||||||
@ -30,7 +30,7 @@ This is a **work in progress** describing typing, serialization and Merkleizatio
|
|||||||
|
|
||||||
## Typing
|
## Typing
|
||||||
|
|
||||||
#### Primitive types
|
#### Basic types
|
||||||
|
|
||||||
* `uintN`: `N`-bit unsigned integer (where `N in [8, 16, 32, 64, 128, 256]`)
|
* `uintN`: `N`-bit unsigned integer (where `N in [8, 16, 32, 64, 128, 256]`)
|
||||||
* `bool`: 1-bit unsigned integer
|
* `bool`: 1-bit unsigned integer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user