mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 18:24:59 -05:00
Update specs/simple-serialize.md
Co-Authored-By: dankrad <dankrad@ethereum.org>
This commit is contained in:
@@ -45,6 +45,8 @@ This is a **work in progress** describing typing, serialization and Merkleizatio
|
||||
* **union**: union type containing one of the given subtypes
|
||||
* round bracket notation `(type1, type2, ...)`, e.g. `("uint64", "null")`
|
||||
|
||||
#### Variable-size and fixed-size
|
||||
|
||||
We recursively define "variable-size" types to be lists and unions and all types that contain a variable-size type. All other types are said to be "fixed-size".
|
||||
|
||||
#### Illegal empty composites
|
||||
|
||||
Reference in New Issue
Block a user