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