Versions in this module Expand all Collapse all v0 v0.1.1 May 12, 2022 Changes in this version + type Command struct + UI cli.Ui + func (c *Command) Help() string + func (c *Command) Run(args []string) int + func (c *Command) Synopsis() string + type Config struct + BeaconChain string + DataDir string + Debug bool + DepositAddress string + Endpoint string + Keymanager map[string]map[string]interface{} + LogLevel string + PrivKey string + func DefaultConfig() *Config + func (c *Config) Merge(c1 ...*Config) error