Fixed custom types

This commit is contained in:
vbuterin 2020-12-10 14:29:09 +08:00 committed by protolambda
parent f75ea377d5
commit 623f164bf1
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623

View File

@ -26,7 +26,8 @@ We define the following Python custom types for type hinting and readability:
| Name | SSZ equivalent | Description |
| - | - | - |
| `Shard` | `uint64` | a shard number |
| `Shard` | `uint64` | A shard number |
| `BLSCommitment` | `bytes48` | A G1 curve point |
## Configuration