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

Struct blockProposalMsg

consensus/vbft/msg_types.go:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62type blockProposalMsg struct {
63 Block *Block `json:"block"`
64}
65
66func (msg *blockProposalMsg) Type() MsgType {
67 return BlockProposalMessage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected