pub fn best_tip( non_finalized_state: &NonFinalizedState, db: &ZebraDb, ) -> Option<(Height, Hash)>
Returns the tip of the best chain in the non-finalized or finalized state.