Crate reth::builder::engine

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.
  • The types that are used by the engine API.