MCPcopy Create free account
hub / github.com/base/base / client

Method client

crates/execution/rpc/src/sequencer.rs:128–130  ·  view source on GitHub ↗

Returns the client

(&self)

Source from the content-addressed store, hash-verified

126
127 /// Returns the client
128 pub fn client(&self) -> &Client {
129 &self.inner.client
130 }
131
132 /// Sends a [`alloy_rpc_client::RpcCall`] request to the sequencer endpoint.
133 pub async fn request<Params: RpcSend, Resp: RpcRecv>(

Callers 15

connectMethod · 0.45
meter_bundleMethod · 0.45
optimism_sync_statusMethod · 0.45
debug_chain_configMethod · 0.45
debug_get_raw_blockMethod · 0.45
new_payload_v2Method · 0.45
new_payload_v3Method · 0.45
new_payload_v4Method · 0.45

Calls

no outgoing calls

Tested by 3

test_http_body_strFunction · 0.36
test_ws_body_strFunction · 0.36