Expand description
Ethereum specific engine API types and impls.
Structs§
- EthBuilt
Payload - Contains the built payload.
- EthEngine
Types - The types used in the default mainnet ethereum beacon consensus engine.
- EthPayload
Attributes - This structure contains the attributes required to initiate a payload build process in the
context of an
engine_forkchoiceUpdated
call. - EthPayload
Builder Attributes - Container type for all components required to build a payload.
- EthPayload
Types - A default payload type for
EthEngineTypes
- Execution
Payload Envelope V2 - This structure maps for the return value of
engine_getPayload
of the beacon chain spec, for V2. - Execution
Payload Envelope V3 - This structure maps for the return value of
engine_getPayload
of the beacon chain spec, for V3. - Execution
Payload Envelope V4 - This structure maps for the return value of
engine_getPayload
of the beacon chain spec, for V4. - Execution
Payload V1 - This structure maps on the ExecutionPayload structure of the beacon chain spec.