Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ Type
Method
Type
consensus/vbft/msg_types.go:56–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
55
type
ConsensusMsg
interface
{
56
Type() MsgType
57
Verify(pub keypair.PublicKey) error
58
GetBlockNum() uint32
59
Serialize() ([]byte, error)
Callers
9
SerializeVbftMsg
Function · 0.65
run
Method · 0.65
onConsensusMsg
Method · 0.65
processMsgEvent
Method · 0.65
msgSendLoop
Method · 0.65
requestBlock
Method · 0.65
requestBlockInfo
Method · 0.65
addMsg
Method · 0.65
dropMsg
Method · 0.65
Implementers
11
blockProposalMsg
consensus/vbft/msg_types.go
blockEndorseMsg
consensus/vbft/msg_types.go
blockCommitMsg
consensus/vbft/msg_types.go
peerHandshakeMsg
consensus/vbft/msg_types.go
peerHeartbeatMsg
consensus/vbft/msg_types.go
BlockInfoFetchMsg
consensus/vbft/msg_types.go
BlockInfoFetchRespMsg
consensus/vbft/msg_types.go
blockFetchMsg
consensus/vbft/msg_types.go
BlockFetchRespMsg
consensus/vbft/msg_types.go
proposalFetchMsg
consensus/vbft/msg_types.go
blockSubmitMsg
consensus/vbft/msg_types.go
Calls
no outgoing calls
Tested by
no test coverage detected