Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fork ¶
type Fork interface { InstanceFork() forks.Fork ValidateDecidedMsg(share *beacon.Share) pipelines.SignedMessagePipeline ValidateChangeRoundMsg(share *beacon.Share, identifier message.Identifier) pipelines.SignedMessagePipeline VersionName() string Identifier(pk []byte, role message.RoleType) []byte }
Fork holds all fork related implementations for the controller
Click to show internal directories.
Click to hide internal directories.