package
1.0.0
Repository: https://github.com/bytom/bystack.git
Documentation: pkg.go.dev

# Functions

NewBlockProposeMsg create new block propose msg.
NewBlockVerificationMsg create new block verification msg.
NewBroadcastMsg create concrete broadcast message, implement peers.BroadcastMsg interface.
NewConsensusReactor create consensus reactor.
NewManager create new manager.

# Structs

BlockProposeMsg block propose message transferred between nodes.
BlockVerificationMsg block verification message transferred between nodes.
BroadcastMsg the message that can be broadcast by peer set.
ConsensusReactor handles new coming consensus message.
Manager is the consensus message network synchronization manager.

# Interfaces

Chain is the interface for Bystack core.
ConsensusMessage is a generic message for consensus reactor.
No description provided by the author
Switch is the interface for p2p switch.