Versions in this module Expand all Collapse all v1 v1.36.4 Jul 13, 2026 v1.36.3 Jul 12, 2026 Changes in this version + var ErrNoSecurity = errors.New("security: network must restake parent or run its own set") + var ErrUnknownAdmission = errors.New("security: unknown admission") + var ErrUnknownManager = errors.New("security: unknown manager") + type Admission uint8 + const Gated + const NoOwnSet + const Open + type Manager uint8 + const Contract + const PChain + type Mode struct + Admission Admission + Manager Manager + RestakeParent bool + Threshold uint64 + func (m Mode) Sovereign() bool + func (m Mode) Valid() error