Expand description
The implementation of Engine API. Read more.
Modules§
- Engine API capabilities.
Structs§
- 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§
- Error returned by
EngineApi
Constants§
- Invalid payload attributes code.
- Request too large error code.
- Payload unknown error code.
- Payload unsupported fork code.
Traits§
- Server trait implementation for the
EngineApi
RPC API.
Type Aliases§
- The Engine API result type
- The Engine API response sender.