diff --git a/specs/deneb/builder.md b/specs/deneb/builder.md index bb89527..11a27cf 100644 --- a/specs/deneb/builder.md +++ b/specs/deneb/builder.md @@ -43,10 +43,10 @@ class BlindedBlobsBundle(Container): ```python class BlindedBlobSidecar(Container): block_root: Root - index: uint64 - slot: uint64 + index: BlobIndex + slot: Slot block_parent_root: Root - proposer_index: uint64 + proposer_index: ValidatorIndex blob_root: Root kzg_commitment: KZGCommitment kzg_proof: KZGProof