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

Class EthereumHistoricalEngineClient

types/src/engine_client.rs:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363
364 async fn get_payload(
365 &mut self,
366 payload_id: PayloadId,
367 ) -> Result<ExecutionPayloadEnvelopeV4, EngineClientError> {
368 match self.provider.get_payload_v4(payload_id).await {
369 Ok(res) => Ok(res),
370 Err(e) if e.is_transport_error() => {
371 self.wait_until_reconnect_available().await?;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected