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

Struct blockFetchMsg

consensus/vbft/msg_types.go:301–303  ·  view source on GitHub ↗

block fetch msg is to fetch block which could have not been committed or endorsed

Source from the content-addressed store, hash-verified

299
300// block fetch msg is to fetch block which could have not been committed or endorsed
301type blockFetchMsg struct {
302 BlockNum uint32 `json:"block_num"`
303}
304
305func (msg *blockFetchMsg) Type() MsgType {
306 return BlockFetchMessage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected