Versions in this module Expand all Collapse all v7 v7.0.0 Nov 6, 2025 Changes in this version + type Option func(p *Proxy) error + func WithDestinationAddress(addr string) Option + func WithHost(host string) Option + func WithJwtSecret(secret string) Option + func WithLogFile(f *os.File) Option + func WithLogger(l *logrus.Logger) Option + func WithPort(port int) Option + type Proxy struct + func New(opts ...Option) (*Proxy, error) + func (p *Proxy) AddRequestInterceptor(rpcMethodName string, response func() interface{}, trigger func() bool) + func (p *Proxy) Address() string + func (p *Proxy) ReleaseBackedUpRequests(rpcMethodName string) + func (p *Proxy) RemoveRequestInterceptor(rpcMethodName string) + func (p *Proxy) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (p *Proxy) Start(ctx context.Context) error v7.0.0-rc.0 Nov 6, 2025 Other modules containing this package github.com/OffchainLabs/prysm/v6