MCPcopy Create free account
hub / github.com/DNAProject/DNA / BlockHead

Struct BlockHead

http/base/common/common.go:122–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122type BlockHead struct {
123 Version uint32
124 PrevBlockHash string
125 TransactionsRoot string
126 BlockRoot string
127 Timestamp uint32
128 Height uint32
129 ConsensusData uint64
130 ConsensusPayload string
131 NextBookkeeper string
132
133 Bookkeepers []string
134 SigData []string
135
136 Hash string
137}
138
139type BlockInfo struct {
140 Hash string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected