mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-19 15:11:05 +00:00
Update specs/simple-serialize.md
Co-Authored-By: dankrad <dankrad@ethereum.org>
This commit is contained in:
parent
101449e71a
commit
4a483309a5
@ -113,7 +113,7 @@ fixed_parts = [part if part != None else variable_offsets[i] for i, part in enum
|
||||
return b"".join(fixed_parts + variable_parts)
|
||||
```
|
||||
|
||||
If `value` is an union type:
|
||||
If `value` is a union type:
|
||||
|
||||
Define value as an object that has properties `value.value` with the contained value, and `value.type_index` which indexes the type.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user