Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyRouter ¶
type ProxyRouter struct { Addr string BeaconURL *url.URL GRPCAddr string GRPCBeaconURL string TLSCertFile string TLSKeyFile string Logger *zap.Logger EL executionlayer.ExecutionLayer CL consensuslayer.ConsensusLayer CredentialSecrets config.CredentialSecrets EnableSoloValidators bool // contains filtered or unexported fields }
func (*ProxyRouter) Init ¶
func (pr *ProxyRouter) Init()
func (*ProxyRouter) Start ¶
func (pr *ProxyRouter) Start() error
func (*ProxyRouter) Stop ¶
func (pr *ProxyRouter) Stop(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.