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§
- Engine
SszProxy Handle - Shared handle used by
EngineSszProxyLayer. - Engine
SszProxy Layer - A tower layer that intercepts SSZ Engine API routes under
/engine/v1. - Engine
SszProxy Service - The service produced by
EngineSszProxyLayer.
Enums§
- Engine
SszFork - Fork selector used by SSZ Engine API request handling.
Traits§
- Engine
SszApi - API surface required by the SSZ Engine API proxy.