| 48 | } |
| 49 | |
| 50 | type BlockHeader struct { |
| 51 | Slot Slot |
| 52 | ProposerIndex ValidatorIndex |
| 53 | ParentRoot Root |
| 54 | StateRoot Root |
| 55 | BodyRoot Root |
| 56 | } |
| 57 | |
| 58 | type Block struct { |
| 59 | Slot Slot |
nothing calls this directly
no outgoing calls
no test coverage detected