Make basic/non-basic for bytes explicit
This commit is contained in:
parent
f93e6fe53d
commit
37b77725d8
|
@ -44,9 +44,9 @@ This is a **work in progress** describing typing, serialization and Merkleizatio
|
||||||
|
|
||||||
For convenience we alias:
|
For convenience we alias:
|
||||||
|
|
||||||
* `byte` to `uint8`
|
* `byte` to `uint8` (this is a basic type)
|
||||||
* `bytes` to `byte[]`
|
* `bytes` to `byte[]` (this is *not* a basic type)
|
||||||
* `bytesN` to `byte[N]`
|
* `bytesN` to `byte[N]` (this is *not* a basic type)
|
||||||
|
|
||||||
## Serialization
|
## Serialization
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue