Expand description
Implements the Optimism engine API RPC methods.
Structs§
- OpEngine
Api - 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§
- OpEngine
ApiClient - Client implementation for the
OpEngineApi
RPC API. - OpEngine
ApiServer - Server trait implementation for the
OpEngineApi
RPC API.