Module engine

Source
Expand description

Engine Api chain handler support. An engine API handler for the chain.

Structs§

EngineApiRequestHandler
An EngineRequestHandler that processes engine API requests by delegating to an execution task.
EngineHandler
A ChainHandler that advances the chain based on incoming requests (CL engine API).

Enums§

DownloadRequest
A request to download blocks from the network.
EngineApiEvent
Events emitted by the engine API handler.
EngineApiKind
The type for specifying the kind of engine api.
EngineApiRequest
The request variants that the engine API handler can receive.
FromEngine
Events received from the engine.
RequestHandlerEvent
Requests produced by a EngineRequestHandler.

Traits§

EngineRequestHandler
A type that processes incoming requests (e.g. requests from the consensus layer, engine API, such as newPayload).