MCPcopy Create free account
hub / github.com/devlongs/gean / BlockHeader

Struct BlockHeader

common/types/containers.go:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type BlockHeader struct {
51 Slot Slot
52 ProposerIndex ValidatorIndex
53 ParentRoot Root
54 StateRoot Root
55 BodyRoot Root
56}
57
58type Block struct {
59 Slot Slot

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected