Expand description
Engine Api chain handler support. An engine API handler for the chain.
Structs§
- An
EngineRequestHandler
that processes engine API requests by delegating to an execution task. - A
ChainHandler
that advances the chain based on incoming requests (CL engine API).
Enums§
- A request to download blocks from the network.
- Events emitted by the engine API handler.
- The type for specifying the kind of engine api.
- The request variants that the engine API handler can receive.
- Events received from the engine.
- Requests produced by a
EngineRequestHandler
.
Traits§
- A type that processes incoming requests (e.g. requests from the consensus layer, engine API, such as newPayload).