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

Struct blockSubmitMsg

consensus/vbft/msg_types.go:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389type blockSubmitMsg struct {
390 BlockStateRoot common.Uint256 `json:"block_state_root"`
391 BlockNum uint32 `json:"block_num"`
392 SubmitMsgSig []byte `json:"submit_msg_sig"`
393}
394
395func (msg *blockSubmitMsg) Type() MsgType {
396 return BlockSubmitMessage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected