Expand description
The implementation of Engine API. Read more.
Re-exports§
pub use capabilities::EngineCapabilities;
Modules§
- capabilities
- Engine API capabilities.
Structs§
- Engine
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.
Enums§
- Engine
ApiError - Error returned by
EngineApi
Constants§
- INVALID_
PAYLOAD_ ATTRIBUTES - Invalid payload attributes code.
- REQUEST_
TOO_ LARGE_ CODE - Request too large error code.
- UNKNOWN_
PAYLOAD_ CODE - Payload unknown error code.
- UNSUPPORTED_
FORK_ CODE - Payload unsupported fork code.
Traits§
- Engine
ApiServer - Server trait implementation for the
EngineApi
RPC API.
Type Aliases§
- Engine
ApiResult - The Engine API result type
- Engine
ApiSender - The Engine API response sender.