# Functions
New creates a proxy server forwarding requests from a consensus client to an execution client.
WithDestinationAddress sets the forwarding address requests will be sent 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.
# Constants
ForkchoiceUpdatedMethod v1 request string for JSON-RPC.
ForkchoiceUpdatedMethodV2 v2 request string for JSON-RPC.
ForkchoiceUpdatedMethodV3 v3 request string for JSON-RPC.
GetPayloadMethod v1 request string for JSON-RPC.
GetPayloadMethodV2 v2 request string for JSON-RPC.
GetPayloadMethodV3 v3 request string for JSON-RPC.