Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 2024 Changes in this version + type Allower interface + IsAllowed func(nodeID ids.NodeID, isValidator bool) bool + var NoOpAllower Allower = noOpAllower{} + type Config struct + AllowedNodes set.Set[ids.NodeID] + ConsensusParameters snowball.Parameters + ProposerMinBlockDelay time.Duration + ProposerNumHistoricalBlocks uint64 + ValidatorOnly bool + func (c *Config) Valid() error + type Subnet interface + AddChain func(chainID ids.ID) bool + Config func() Config + func New(myNodeID ids.NodeID, config Config) Subnet