Versions in this module Expand all Collapse all v0 v0.0.1 Jun 24, 2026 Changes in this version + var BuilderSpecsExampleJSON []byte + func VerifyRegistration(reg *apiv1.SignedValidatorRegistration) bool + func VerifyRegistrationWithDomain(reg *apiv1.SignedValidatorRegistration, ...) bool + type Store struct + func NewStore() *Store + func (s *Store) Get(pubkey phase0.BLSPubKey) *apiv1.SignedValidatorRegistration + func (s *Store) Len() int + func (s *Store) List() []*apiv1.SignedValidatorRegistration + func (s *Store) Put(reg *apiv1.SignedValidatorRegistration) + func (s *Store) SetStateDB(stateDB *db.Database, log logrus.FieldLogger)