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

Struct BlockInfoFetchRespMsg

consensus/vbft/msg_types.go:280–282  ·  view source on GitHub ↗

to fetch committed block from neighbours

Source from the content-addressed store, hash-verified

278
279// to fetch committed block from neighbours
280type BlockInfoFetchRespMsg struct {
281 Blocks []*BlockInfo_ `json:"blocks"`
282}
283
284func (msg *BlockInfoFetchRespMsg) Type() MsgType {
285 return BlockInfoFetchRespMessage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected