From 06bb647cd0023a03e2c13992a57f440f885915a7 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Sat, 28 Oct 2023 14:01:27 -0600 Subject: [PATCH] Update types to specific aliases in deneb/builder.md (#88) --- specs/deneb/builder.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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