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

Struct BlockInfoFetchMsg

consensus/vbft/msg_types.go:253–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253type BlockInfoFetchMsg struct {
254 StartBlockNum uint32 `json:"start_block_num"`
255}
256
257func (msg *BlockInfoFetchMsg) Type() MsgType {
258 return BlockInfoFetchMessage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected