pub async fn run( config: ServerConfig, ) -> Result<(), Box<dyn Error + Send + Sync>>
Serve the tidepool JSON-RPC API according to config. Blocks until the runtime shuts down.
config