mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-21 16:11:33 +00:00
Correct type definition for PolynomialCoeff
This commit is contained in:
parent
b55ab46909
commit
c2522ac467
@ -58,7 +58,7 @@ Public functions MUST accept raw bytes as input and perform the required cryptog
|
||||
|
||||
| Name | SSZ equivalent | Description |
|
||||
| - | - | - |
|
||||
| `PolynomialCoeff` | `Vector[BLSFieldElement, FIELD_ELEMENTS_PER_BLOB]` | A polynomial in coefficient form |
|
||||
| `PolynomialCoeff` | `List[BLSFieldElement, 2 * FIELD_ELEMENTS_PER_BLOB]` | A polynomial in coefficient form |
|
||||
| `Cell` | `Vector[BLSFieldElement, FIELD_ELEMENTS_PER_CELL]` | The unit of blob data that can come with their own KZG proofs |
|
||||
| `CellID` | `uint64` | Cell identifier |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user