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

Struct BlockFetchRespMsg

consensus/vbft/msg_types.go:321–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321type BlockFetchRespMsg struct {
322 BlockNumber uint32 `json:"block_number"`
323 BlockHash common.Uint256 `json:"block_hash"`
324 BlockData *Block `json:"block_data"`
325}
326
327func (msg *BlockFetchRespMsg) Type() MsgType {
328 return BlockFetchRespMessage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected