Crate reth_ethereum_engine_primitives

Source
Expand description

Ethereum specific engine API types and impls.

Structs§

EthBuiltPayload
Contains the built payload.
EthEngineTypes
The types used in the default mainnet ethereum beacon consensus engine.
EthPayloadAttributes
This structure contains the attributes required to initiate a payload build process in the context of an engine_forkchoiceUpdated call.
EthPayloadBuilderAttributes
Container type for all components required to build a payload.
EthPayloadTypes
A default payload type for EthEngineTypes
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.