Returns the client
(&self)
| 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>( |
no outgoing calls