MCPcopy Create free account
hub / github.com/SeismicSystems/summit / EthereumBlockData

Class EthereumBlockData

types/src/engine_client.rs:444–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 use alloy_eips::eip7685::Requests;
443 use alloy_primitives::{Address, B256, FixedBytes, U256};
444 use alloy_provider::{ProviderBuilder, RootProvider, ext::EngineApi};
445 use alloy_rpc_types_engine::{
446 ExecutionPayloadEnvelopeV3, ExecutionPayloadEnvelopeV4, ExecutionPayloadV3,
447 ForkchoiceState, ForkchoiceUpdated, PayloadId, PayloadStatus,
448 };
449 use alloy_transport_ipc::IpcConnect;
450 use serde::{Deserialize, Serialize};
451 use std::fs;
452 use std::path::PathBuf;
453

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected