remove tautological type definition
This commit is contained in:
parent
4bf3a26afc
commit
9bdb18245e
|
@ -574,7 +574,6 @@ We define the following Python custom types for type hinting and readability:
|
|||
| `Shard` | `uint64` | a shard number |
|
||||
| `ValidatorIndex` | `uint64` | a validator registry index |
|
||||
| `Gwei` | `uint64` | an amount in Gwei |
|
||||
| `Bytes32` | `Bytes32` | 32 bytes of binary data |
|
||||
| `BLSPubkey` | `Bytes48` | a BLS12-381 public key |
|
||||
| `BLSSignature` | `Bytes96` | a BLS12-381 signature |
|
||||
|
||||
|
|
Loading…
Reference in New Issue