Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { BeaconURL *url.URL ExecutionURL *url.URL ListenAddr string APIListenAddr string AdminListenAddr string GRPCListenAddr string GRPCBeaconAddr string GRPCTLSCertFile string GRPCTLSKeyFile string RocketStorageAddr string CredentialSecrets CredentialSecrets CachePath string EnableSoloValidators bool Debug bool ForceBNJSON bool }
type CredentialSecrets ¶
type CredentialSecrets [][]byte
func (*CredentialSecrets) Set ¶
func (c *CredentialSecrets) Set(arg string) error
func (*CredentialSecrets) String ¶
func (c *CredentialSecrets) String() string
Click to show internal directories.
Click to hide internal directories.