Crate reth_engine_primitives

source ·
Expand description

Traits, validation methods, and helper types used to abstract over engine types.

Enums§

Traits§

  • Represents a built payload type that contains a built [SealedBlock] and can be converted into engine API execution payloads.
  • This type defines the versioned types of the engine API.
  • An invalid block hook.
  • The types that are used by the engine API.