Module engine

Source
Expand description

Implements the Optimism engine API RPC methods.

Structs§

OpEngineApi
The Engine API implementation that grants the Consensus layer access to data and functions in the Execution layer that are crucial for the consensus process.

Constants§

OP_ENGINE_CAPABILITIES
The list of all supported Engine capabilities available over the engine endpoint.

Traits§

OpEngineApiClient
Client implementation for the OpEngineApi RPC API.
OpEngineApiServer
Server trait implementation for the OpEngineApi RPC API.