Skip to content

Commit

Permalink
Update types to specific aliases in deneb/builder.md (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes authored Oct 28, 2023
1 parent 534e4f8 commit 06bb647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specs/deneb/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06bb647

Please sign in to comment.