Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateConfig ¶
func ValidateConfig(c types.NodeConfig) error
Types ¶
type Keeper ¶
type Keeper struct {
EcdsaAddress common.Address
PubkeysRegistered bool
BlsKeypair *bls.KeyPair
RegisteredWithAvs bool
KeeperId string
// Config types.NodeConfig
Logger sdklogging.Logger
EthClient sdkcommon.EthClientInterface
EthWsClient sdkcommon.EthClientInterface
MetricsReg *prometheus.Registry
Metrics *metrics.AvsAndEigenMetrics
AvsReader *chainio.ChainReader
AvsWriter *chainio.ChainWriter
AvsSubscriber *chainio.ChainSubscriber
ValidatorServerIpPortAddr string
TriggerxServiceManagerAddr common.Address
}
func NewKeeperFromConfig ¶
func NewKeeperFromConfig(c types.NodeConfig) (*Keeper, error)
func NewKeeperFromConfigFile ¶
Click to show internal directories.
Click to hide internal directories.