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 spectypes.MessageID) pipelines.SignedMessagePipeline
VersionName() string
Identifier(pk []byte, role spectypes.BeaconRole) []byte
}
Fork holds all fork related implementations for the controller
Click to show internal directories.
Click to hide internal directories.