mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-16 05:35:10 +00:00
Merge pull request #2340 from ethereum/ByteList
Add note for `ByteList` and `ByteVector`
This commit is contained in:
commit
18983bd37e
@ -75,7 +75,8 @@ For convenience we alias:
|
|||||||
|
|
||||||
* `bit` to `boolean`
|
* `bit` to `boolean`
|
||||||
* `byte` to `uint8` (this is a basic type)
|
* `byte` to `uint8` (this is a basic type)
|
||||||
* `BytesN` to `Vector[byte, N]` (this is *not* a basic type)
|
* `BytesN` and `ByteVector[N]` to `Vector[byte, N]` (this is *not* a basic type)
|
||||||
|
* `ByteList[N]` to `List[byte, N]`
|
||||||
* `null`: `{}`
|
* `null`: `{}`
|
||||||
|
|
||||||
### Default values
|
### Default values
|
||||||
|
Loading…
x
Reference in New Issue
Block a user