Module engine

Source
Expand description

Ethereum specific engine API types and impls.

Structsยง

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.
PayloadAttributes
This structure contains the attributes required to initiate a payload build process in the context of an engine_forkchoiceUpdated call.
SeismicEngineTypes
The types used in the default mainnet ethereum beacon consensus engine.
SeismicEngineValidator
Validator for the ethereum engine API.
SeismicPayloadTypes
A default payload type for [EthEngineTypes]