# Constants
DecidedHistoryProtocol is the decided history protocol type.
LastDecidedProtocol is the last decided protocol type.
ValidationAccept is the result of a valid message.
ValidationIgnore is the result in case we want to ignore the validation.
ValidationRejectHigh is the result for invalid message, with high severity (e.g.
ValidationRejectLow is the result for invalid message, with low severity (e.g.
ValidationRejectMedium is the result for invalid message, with medium severity (e.g.
# Variables
ErrNetworkIsNotReady is returned when trying to access the network instance before it's ready.
# Structs
SyncResult holds the result of a sync request, including the actual message and the sender.
# Interfaces
Broadcaster enables to broadcast messages.
Network holds the networking layer used to complement the underlying protocols.
Subscriber manages topics subscription.
ValidationReporting is the interface for reporting on message validation results.
# Type aliases
MsgValidationResult helps other components to report message validation with a generic results scheme.
SyncProtocol represent the type of sync protocols.
No description provided by the author