mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 04:14:54 -05:00
Type fixed: made BLSCommitment descending from Bytes48 instead of bytes48
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user