Function build_rpc_http_client_with_timeout

Source
pub fn build_rpc_http_client_with_timeout(
    timeout: Duration,
) -> Result<Client, ProviderError>
Expand description

Build a new RPC HTTP client with standard settings plus a per-request timeout. Use when the provider needs timeouts baked into the client (e.g., EVM via alloy transport).