Available on crate feature
rpc
only.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.
- OP_
STACK_ SUPPORT - OP Stack protocol version See also: https://github.com/ethereum-optimism/op-geth/blob/c3a989eb882d150a936df27bcfa791838b474d55/params/superchain.go#L13-L13
Traits§
- OpEngine
ApiClient - Client implementation for the
OpEngineApi
RPC API. - OpEngine
ApiServer - Server trait implementation for the
OpEngineApi
RPC API.