Expand description
Traits, validation methods, and helper types used to abstract over engine types.
Re-exports§
pub use config::*;
Modules§
- config
- Engine tree configuration.
Structs§
- Beacon
Consensus Engine Handle - A clonable sender type that can be used to send engine API messages.
- Forkchoice
State Tracker - The struct that keeps track of the received forkchoice state and their status.
- OnFork
Choice Updated - Represents the outcome of forkchoice update.
Enums§
- Beacon
Consensus Engine Event - Events emitted by the consensus engine.
- Beacon
Engine Message - A message for the beacon engine from other components of the node (engine RPC API invoked by the consensus layer).
- Beacon
Fork Choice Update Error - Represents error cases for an applied forkchoice update.
- Beacon
OnNew Payload Error - Represents all error cases when handling a new payload.
- Consensus
Engine Live Sync Progress - Progress of the consensus engine during live sync.
- Forkchoice
State Hash - A helper type to check represent hashes of a [
ForkchoiceState
] - Forkchoice
Status - A simplified representation of [
PayloadStatusEnum
] specifically for FCU.
Traits§
- Engine
Types - This type defines the versioned types of the engine API.
- Engine
Validator - Type that validates the payloads processed by the engine.
- Execution
Payload - An execution payload.
- Invalid
Block Hook - An invalid block hook.
- Payload
Validator - Type that validates an
ExecutionPayload
.