Skip to main content

Module engine_ssz_proxy

Module engine_ssz_proxy 

Source
Available on crate features node-api and node only.
Expand description

HTTP SSZ transport proxy for the authenticated Engine API server.

Implements the EIP-8178 SSZ Engine API routes under /engine/v1.

Structs§

EngineSszProxyHandle
Shared handle used by EngineSszProxyLayer.
EngineSszProxyLayer
A tower layer that intercepts SSZ Engine API routes under /engine/v1.
EngineSszProxyService
The service produced by EngineSszProxyLayer.

Enums§

EngineSszFork
Fork selector used by SSZ Engine API request handling.

Traits§

EngineSszApi
API surface required by the SSZ Engine API proxy.