pub async fn serve_tonic<S>(port: u16, state: S) -> Result<()>where S: RewardApi + Clone + Send + Sync + 'static,
Start Tonic gRPC server