pub fn open_frontier_backend<C>( client: Arc<C>, config: &Configuration ) -> Result<Arc<Backend<Block>>, String>where C: HeaderBackend<Block>,