mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-01 05:14:49 +00:00
Type fixed: made BLSCommitment descending from Bytes48 instead of bytes48
This commit is contained in:
parent
99c1b75e59
commit
c0a2ab54f1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user