mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-03-01 18:50:35 +00:00
Update specs/deneb/p2p-interface.md
Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
This commit is contained in:
parent
c680212183
commit
126e807d19
@ -82,7 +82,7 @@ class BlobSidecar(Container):
|
|||||||
kzg_commitment: KZGCommitment
|
kzg_commitment: KZGCommitment
|
||||||
kzg_proof: KZGProof # Allows for quick verification of kzg_commitment
|
kzg_proof: KZGProof # Allows for quick verification of kzg_commitment
|
||||||
signed_block_header: SignedBeaconBlockHeader
|
signed_block_header: SignedBeaconBlockHeader
|
||||||
commitment_inclusion_proof: List[Bytes32, KZG_COMMITMENT_INCLUSION_PROOF_DEPTH]
|
commitment_inclusion_proof: Vector[Bytes32, KZG_COMMITMENT_INCLUSION_PROOF_DEPTH]
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `BlobIdentifier`
|
#### `BlobIdentifier`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user