Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegDeps ¶
type RegDeps struct { Prompter eigenutils.Prompter NewBackendFunc func(chainName string, chainID uint64, blockPeriod time.Duration, ethCl ethclient.Client, privateKeys ...*ecdsa.PrivateKey) (*ethbackend.Backend, error) VerifyFunc func(eigensdktypes.Operator) error }
RegDeps contains the Register dependencies that are abstracted for testing.
Click to show internal directories.
Click to hide internal directories.