| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected