mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-13 20:24:22 +00:00
Merge pull request #724 from dankrad/dev
Make basic/non-basic for bytes explicit
This commit is contained in:
commit
fc9686636e
@ -44,9 +44,9 @@ This is a **work in progress** describing typing, serialization and Merkleizatio
|
||||
|
||||
For convenience we alias:
|
||||
|
||||
* `byte` to `uint8`
|
||||
* `bytes` to `byte[]`
|
||||
* `bytesN` to `byte[N]`
|
||||
* `byte` to `uint8` (this is a basic type)
|
||||
* `bytes` to `byte[]` (this is *not* a basic type)
|
||||
* `bytesN` to `byte[N]` (this is *not* a basic type)
|
||||
|
||||
## Serialization
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user