Type fixed: made BLSCommitment descending from Bytes48 instead of bytes48

This commit is contained in:
ericsson 2021-04-05 17:39:04 +03:00
parent 99c1b75e59
commit c0a2ab54f1

View File

@ -70,7 +70,7 @@ We define the following Python custom types for type hinting and readability:
| Name | SSZ equivalent | Description |
| - | - | - |
| `Shard` | `uint64` | A shard number |
| `BLSCommitment` | `bytes48` | A G1 curve point |
| `BLSCommitment` | `Bytes48` | A G1 curve point |
| `BLSPoint` | `uint256` | A number `x` in the range `0 <= x < MODULUS` |
## Constants