mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-21 06:48:12 +00:00
Fix SSZ union type example
This commit is contained in:
parent
88d6a8614f
commit
c0d4334ced
@ -47,7 +47,7 @@
|
||||
* **list**: ordered variable-length homogeneous collection of values
|
||||
* angle bracket notation `[type]`, e.g. `["uint64"]`
|
||||
* **union**: union type containing one of the given subtypes
|
||||
* round bracket notation `(type_1, type_2, ...)`, e.g. `("uint64", "null")`
|
||||
* round bracket notation `(type_1, type_2, ...)`, e.g. `("null", "uint64")`
|
||||
|
||||
### Variable-size and fixed-size
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user