Module engine

Module engine 

Source
Available on crate feature node only.
Expand description

Re-exported ethereum engine types

Modules§

local
A local engine service that can be used to drive a dev chain.

Structs§

EthPayloadAttributes
This structure contains the attributes required to initiate a payload build process in the context of an engine_forkchoiceUpdated call.
EthereumEngineValidator
Validator for the ethereum engine API.
ExecutionPayloadEnvelopeV2
This structure maps for the return value of engine_getPayload of the beacon chain spec, for V2.
ExecutionPayloadEnvelopeV3
This structure maps for the return value of engine_getPayload of the beacon chain spec, for V3.
ExecutionPayloadEnvelopeV4
This structure maps for the return value of engine_getPayload of the beacon chain spec, for V4.
ExecutionPayloadV1
This structure maps on the ExecutionPayload structure of the beacon chain spec.