Module engine

Module engine 

Source
Available on crate feature rpc only.
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.
OP_STACK_SUPPORT
OP Stack protocol version See also: https://github.com/ethereum-optimism/op-geth/blob/c3a989eb882d150a936df27bcfa791838b474d55/params/superchain.go#L13-L13

Traits§

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