Versions in this module Expand all Collapse all v1 v1.16.39 Oct 29, 2025 Changes in this version + var ErrAlreadyExists = fmt.Errorf("validator already exists") + var ErrImmutableField = fmt.Errorf("immutable field cannot be updated") + func NewState(db luxdb.Database) (interfaces.State, error)