add/update comments on shard blob/header/reference body field
This commit is contained in:
parent
671ed36212
commit
1360860d1e
|
@ -216,6 +216,7 @@ class ShardBlobHeader(Container):
|
|||
# Slot and shard that this header is intended for
|
||||
slot: Slot
|
||||
shard: Shard
|
||||
# SSZ-summary of ShardBlobBody
|
||||
body_summary: ShardBlobBodySummary
|
||||
# Proposer of the shard-blob
|
||||
proposer_index: ValidatorIndex
|
||||
|
@ -253,7 +254,7 @@ class ShardBlobReference(Container):
|
|||
# Slot and shard that this reference is intended for
|
||||
slot: Slot
|
||||
shard: Shard
|
||||
# Hash-tree-root of commitment data
|
||||
# Hash-tree-root of ShardBlobBody
|
||||
body_root: Root
|
||||
# Proposer of the shard-blob
|
||||
proposer_index: ValidatorIndex
|
||||
|
|
|
@ -64,6 +64,7 @@ class ShardBlob(Container):
|
|||
# Slot and shard that this blob is intended for
|
||||
slot: Slot
|
||||
shard: Shard
|
||||
# Shard data with related commitments and beacon anchor
|
||||
body: ShardBlobBody
|
||||
# Proposer of the shard-blob
|
||||
proposer_index: ValidatorIndex
|
||||
|
|
Loading…
Reference in New Issue