Versions in this module Expand all Collapse all v0 v0.0.2 Oct 31, 2023 v0.0.1 Oct 30, 2023 Changes in this version + var ErrInvalidConsensusType = errors.New("invalid consensus type") + var ErrInvalidShardId = errors.New("invalid shard id") + func GetBroadcastMessenger(marshalizer marshal.Marshalizer, hasher hashing.Hasher, ...) (consensus.BroadcastMessenger, error) + func GetConsensusCoreFactory(consensusType string) (spos.ConsensusService, error) + func GetSubroundsFactory(consensusDataContainer spos.ConsensusCoreHandler, ...) (spos.SubroundsFactory, error)