Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface { eth1.SyncOffsetStorage registry.RegistryStore registrystorage.Operators registrystorage.Recipients registrystorage.Events GetPrivateKey() (*rsa.PrivateKey, bool, error) SetupPrivateKey(logger *zap.Logger, operatorKeyBase64 string, generateIfNone bool) ([]byte, error) }
Storage represents the interface for ssv node storage
Click to show internal directories.
Click to hide internal directories.