Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2025 v0.0.2 Mar 27, 2025 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