package
5.2.0
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Functions

New creates a proxy server forwarding requests from a consensus client to an execution client.
WithDestinationAddress sets the forwarding address requests will be proxied to.
WithHost sets the proxy server host.
WithJwtSecret adds in support for jwt authenticated connections for our proxy.
WithLogFile specifies a log file to write the proxies output to.
WithLogger sets a custom logger for the proxy.
WithPort sets the proxy server port.

# Structs

Proxy server that sits as a middleware between an Ethereum consensus client and an execution client, allowing us to modify in-flight requests and responses for testing purposes.

# Type aliases