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

Method constructBlockInfoFetchMsg

consensus/vbft/msg_builder.go:383–387  ·  view source on GitHub ↗
(startBlkNum uint32)

Source from the content-addressed store, hash-verified

381}
382
383func (self *Server) constructBlockInfoFetchMsg(startBlkNum uint32) *BlockInfoFetchMsg {
384 return &BlockInfoFetchMsg{
385 StartBlockNum: startBlkNum,
386 }
387}
388
389func (self *Server) constructBlockInfoFetchRespMsg(blockInfos []*BlockInfo_) *BlockInfoFetchRespMsg {
390 return &BlockInfoFetchRespMsg{

Callers 1

requestBlockInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected