Crate engine
Expand description
Traits, validation methods, and helper types used to abstract over engine types.
Enums§
- The version of Engine API message.
- Thrown when the payload or attributes are known to be invalid before processing.
- Either an
ExecutionPayload
or a types that implements thePayloadAttributes
trait.
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.
- Type that validates the payloads sent to the engine.
- An invalid block hook.
- The types that are used by the engine API.