mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-03-03 03:30:38 +00:00
blobs should not be Sequence[BLSFieldElement], it should be Sequence[Sequence[BLSFieldElement]]. But we can be more specific and use Sequence[Blob].